From 2bf182f036ae43a4ed7af18211075d3c87937357 Mon Sep 17 00:00:00 2001 From: nukashimika Date: Sat, 13 Aug 2022 06:21:53 -0600 Subject: [PATCH] Oops, forgot to add style.css --- .gitignore | 1 - src/style.css | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 src/style.css diff --git a/.gitignore b/.gitignore index 6a0ee31..b508b19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ src/index.html -src/*.css diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..320bde7 --- /dev/null +++ b/src/style.css @@ -0,0 +1,25 @@ +body { + background-color: #000000; + line-height:1.5em; + font-family:Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; +} + +.navbar { + color: #FFAB00; + font-family: Consolas, monaco, monospace; +} + +.navbar:visited { + color: #0054FF; +} + +p { + color:#FFFFFF; + line-height: 14px; + font-family: 'Courier New', Courier, monospace; +} + +::selection { + background:#BE0C0C; +} +