From a77bde84e2659d9df4899da8a5f31136372398cc Mon Sep 17 00:00:00 2001 From: Benjamin Sanders Date: Fri, 7 Feb 2025 07:33:31 -0500 Subject: initial commit --- _site/main.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 _site/main.css (limited to '_site/main.css') diff --git a/_site/main.css b/_site/main.css new file mode 100644 index 0000000..04d7aeb --- /dev/null +++ b/_site/main.css @@ -0,0 +1,56 @@ +html,body { + background: black; + font-family: Monospace; + color: lightgreen; +} + +#website-container { + width: 620px; +} + +ul.navigation { + list-style-type: none; + display: block; +} + +ul.navigation li { + display: inline; +} + +ul.navigation a { + color: lightgreen; + text-decoration: none; +} + +ul.navigation a:hover { + text-decoration: underline; +} + +ul.posts { + list-style-type: none; +} + +ul.posts a { + color: lightgreen; + text-decoration: none; +} + +ul.posts a:hover { text-decoration: underline; } + +/* resources.html styles */ +.home-social-links a { + color: lightgreen; + text-decoration: none; +} + +/* Base Tags */ +img { width: 100%; } + +a { + color: lightgreen; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} \ No newline at end of file -- cgit v1.2.3