mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
vueui: set main css font family of app
This commit is contained in:
parent
1a78707612
commit
9c52d69921
@ -128,6 +128,7 @@ export default {
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.app {
|
.app {
|
||||||
|
font-family: Calibri, Arial, sans-serif;
|
||||||
border-bottom: 1px solid lightcoral;
|
border-bottom: 1px solid lightcoral;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -324,7 +324,6 @@ export default{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: Baskerville, sans-serif;
|
|
||||||
transition: background-color 500ms ease-in;
|
transition: background-color 500ms ease-in;
|
||||||
}
|
}
|
||||||
.timeline .period:hover .label {
|
.timeline .period:hover .label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user