diff options
author | arf20 <aruizfernandez05@gmail.com> | 2025-02-09 03:21:42 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2025-02-09 03:21:42 +0100 |
commit | 44e7595c66d6ddcba4752dde98e001c5c43c1486 (patch) | |
tree | 95735a1ce9fbe6b146fc0797699f4634980c6c70 /style.css | |
parent | b2300a86095d433f1b7462cdd94f5ecdbe0c6327 (diff) | |
download | arfnet2-web-44e7595c66d6ddcba4752dde98e001c5c43c1486.tar.gz arfnet2-web-44e7595c66d6ddcba4752dde98e001c5c43c1486.zip |
dramatic onedark monospace style
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -8,10 +8,25 @@ src: url('/fonts/FSEX300.ttf'); } +@font-face { + font-family: 'monospace'; + font-weight: 500; + src: url('/fonts/LiberationMono-Regular.ttf'); +} + +a:link { + color: #61AFEF; +} + +a:visited { + color: #C678DD; +} + body { - background-image: url("tile1.jpg"); - background-repeat: repeat; - font-family: terminus; + background-color: #282C34; + color: #abb2bf; + + font-family: monospace; max-width: 1000px; margin-left: auto; |