aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-12-31 22:11:04 -0500
committerAndrew Lee <[email protected]>2024-12-31 22:11:04 -0500
commit6736b26552b2fdc566fd5e154cd07f3ce909fddc (patch)
tree4964fcec3ddc1d439d3ace24e935dbb64e5ed313 /style.css
parent944b6dbb2d43a93f905788a05fcde5600270184d (diff)
downloadshiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.tar.gz
shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.tar.bz2
shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.zip
Website now uses astro rather than plain html; Added a few more releases
Diffstat (limited to 'style.css')
-rw-r--r--style.css46
1 files changed, 0 insertions, 46 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 98acff7..0000000
--- a/style.css
+++ /dev/null
@@ -1,46 +0,0 @@
-@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
-body {
- font-family: "JetBrains Mono", monospace;
- background: #333333;
- color: white;
-}
-
-.container {
- width: 80%;
- margin: auto;
- overflow: hidden;
-}
-
-.center {
- text-align: center;
-}
-
-a:link {
- color: #00e600;
- background-color: transparent;
- text-decoration: none;
- font-size: 20px;
-}
-
-a:visited {
- color: gray;
- background-color: transparent;
- text-decoration: none;
-}
-
-p {
- font-size: 20px;
-}
-
-footer {
- position: fixed;
- left: 0;
- bottom: 0;
- text-align: center;
- width: 100%;
-}
-
-img.logo {
- width: 50%;
- height: auto;
- }