Theme update

This commit is contained in:
Dessalines 2021-09-15 20:25:26 -04:00
parent 8971e255bf
commit 30598710f7

View File

@ -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) { #a-title > h1:nth-child(1) {
font-size: 0.8em; font-size: 0.8em;
margin-bottom: 2px; margin-bottom: 2px;
@ -23,10 +39,11 @@ a:hover, a:visited:hover {color:#aaa}
a:visited {color:#aaa} a:visited {color:#aaa}
body{ body{
color:#fff; color:#fff;
background:#132738; background:#0e1d29;
margin:1em auto; margin:1em auto;
max-width:40em; max-width:40em;
padding:0 .62em; padding:0 .62em;
font-family: 'Lexend';
font:1.2em/1.62 serif; font:1.2em/1.62 serif;
} }
h1,h2,h3 { h1,h2,h3 {