Theme update
This commit is contained in:
parent
8971e255bf
commit
30598710f7
@ -1,5 +1,21 @@
|
||||
---
|
||||
---
|
||||
|
||||
/*serif*/
|
||||
@font-face {
|
||||
font-family: 'Lexend';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url('./fonts/Lexend-Regular.ttf')
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lexend';
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
src: url('./fonts/Lexend-Bold.ttf')
|
||||
}
|
||||
|
||||
#a-title > h1:nth-child(1) {
|
||||
font-size: 0.8em;
|
||||
margin-bottom: 2px;
|
||||
@ -23,10 +39,11 @@ a:hover, a:visited:hover {color:#aaa}
|
||||
a:visited {color:#aaa}
|
||||
body{
|
||||
color:#fff;
|
||||
background:#132738;
|
||||
background:#0e1d29;
|
||||
margin:1em auto;
|
||||
max-width:40em;
|
||||
padding:0 .62em;
|
||||
font-family: 'Lexend';
|
||||
font:1.2em/1.62 serif;
|
||||
}
|
||||
h1,h2,h3 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user