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 { 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;
} }