Update default.css
parent
6b4dcbdcf1
commit
f53d94321a
|
@ -1,10 +1,11 @@
|
||||||
html, body {
|
html, body {
|
||||||
@font-face {
|
font-size: 16px;
|
||||||
font-family: truetype;
|
font-family: truetype;
|
||||||
src: url("../fonts/iosevka-term-thin.ttf") format('truetype');
|
background: #000000;
|
||||||
font-weight: normal;
|
color: #00FF66;
|
||||||
font-style: normal;
|
line-height: 1.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #ACFFBD;
|
color: #ACFFBD;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -30,5 +31,5 @@ footer {
|
||||||
|
|
||||||
#block {
|
#block {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 720px;
|
max-width: 640px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue