1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

vueui: set main css font family of app

This commit is contained in:
Ivan Velev 2021-09-20 12:11:34 -07:00
parent 1a78707612
commit 9c52d69921
2 changed files with 1 additions and 1 deletions

View File

@ -128,6 +128,7 @@ export default {
<style>
.app {
font-family: Calibri, Arial, sans-serif;
border-bottom: 1px solid lightcoral;
height: 150px;
width: 100%;

View File

@ -324,7 +324,6 @@ export default{
width: 100%;
font-weight: bold;
font-size: 14px;
font-family: Baskerville, sans-serif;
transition: background-color 500ms ease-in;
}
.timeline .period:hover .label {