mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
clean singular font styling
This commit is contained in:
parent
d70a1de6e1
commit
95e90bb26b
@ -1,6 +1,7 @@
|
|||||||
html, body {
|
html, body {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
font-family: sans-serif;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
background-color: #060606;
|
background-color: #060606;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -88,9 +89,6 @@ a:visited {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
@ -116,7 +114,6 @@ h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.intro-lead {
|
.intro-lead {
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -165,7 +162,6 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
font-family: sans-serif;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user