From c586769ac440e4c4bbf808df5c10e5e0553c6567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:42:33 +0000 Subject: Add files via upload --- site/css/default.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 site/css/default.css (limited to 'site/css') diff --git a/site/css/default.css b/site/css/default.css new file mode 100644 index 0000000..36edc12 --- /dev/null +++ b/site/css/default.css @@ -0,0 +1,35 @@ +html, body { + font-size: 16px; + font-family: monospace; + background: #000000; + color: #00FF66; + line-height: 1.25; +} + +a { + color: #ACFFBD; + text-decoration: none; + font-weight: bold; +} + +a:hover { + text-decoration: underline; +} + +header { + text-align: center; +} + +footer { + text-align: center; +} + +#code { + background: #1c1c1c; + color: #FF8C00; +} + +#block { + margin: auto; + max-width: 640px; +} -- cgit v1.2.3