aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-25 02:45:37 +0000
committerGitHub <[email protected]>2024-02-25 02:45:37 +0000
commitf53d94321a394ca546e50825c12271a80ccc76e8 (patch)
treeb04a35a24c53e6af265828d458504b03f8cb22c9
parent6b4dcbdcf174dbd98aba75a55d99c44ff53c4ffb (diff)
Update default.css
-rw-r--r--css/default.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/css/default.css b/css/default.css
index 8323277..0661f12 100644
--- a/css/default.css
+++ b/css/default.css
@@ -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;
}