Update default.css

main
Cristian Cezar Moisés 2024-02-25 02:45:37 +00:00 committed by GitHub
parent 6b4dcbdcf1
commit f53d94321a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 5 deletions

View File

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