diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-25 02:47:50 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-25 02:47:50 +0000 |
commit | deabbda72365c8b8826d5195e39707c5366f438b (patch) | |
tree | b50a80c5ad8e937c357c5da3d4ab519bdad42f1a /css | |
parent | f53d94321a394ca546e50825c12271a80ccc76e8 (diff) |
Update default.css
Diffstat (limited to 'css')
-rw-r--r-- | css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/default.css b/css/default.css index 0661f12..35f89d1 100644 --- a/css/default.css +++ b/css/default.css @@ -1,6 +1,6 @@ html, body { font-size: 16px; - font-family: truetype; + font-family: hack; background: #000000; color: #00FF66; line-height: 1.25; |