summaryrefslogtreecommitdiff
path: root/static/css/standard.css
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2023-10-20 02:04:13 -0400
committerCarson Fleming <cflems@cflems.net>2023-10-20 02:04:13 -0400
commit5b4f8c220bbcbe1ee4b684f91db7cc419e423a41 (patch)
tree4db3408a0f12dc32377516af04a77631ee1bd08b /static/css/standard.css
parent383c7324f0955533b0f9eb02c80493d79c54ffb6 (diff)
downloadfle.ms-5b4f8c220bbcbe1ee4b684f91db7cc419e423a41.tar.gz
Non-hideous 404 page and link styling
Diffstat (limited to 'static/css/standard.css')
-rw-r--r--static/css/standard.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/static/css/standard.css b/static/css/standard.css
index d854a36..c5fa6b9 100644
--- a/static/css/standard.css
+++ b/static/css/standard.css
@@ -39,6 +39,16 @@ body {
align-items: flex-start;
height: 100%;
}
+#content a {
+ text-decoration: none;
+ color: #6a8fd4;
+}
+#content a:hover {
+ color: #5f80be;
+}
+#content a:active {
+ color: #5472a9;
+}
#content #lhs {
padding: 0rem 1rem;
flex-grow: 2;
@@ -118,11 +128,21 @@ body {
@media (prefers-color-scheme: dark) {
body {
- color: #ffffff;
+ color: #fdfbf9;
background-image:
linear-gradient(to top, #000000f0 20%, #00000090 50%, #00000050),
url('https://cdn.cflems.net/fle.ms/earth.webp');
}
+ #content a {
+ color: #68369b;
+ }
+ #content a:hover {
+ color: #723aaa;
+ }
+ #content a:active {
+ text-decoration: none;
+ color: #7d3fbb;
+ }
#content #lhs {
background-color: #28282b;
color: #fdfbf9;