diff options
author | Prefetch | 2020-04-06 20:03:53 +0200 |
---|---|---|
committer | Prefetch | 2020-04-06 20:03:53 +0200 |
commit | d7695acb4a70f5fb7cc9cce0b65c71fd3e0380aa (patch) | |
tree | f5d8fa8c8cff7e3e355555c9812ed50374843dc9 /static/main.css | |
parent | 91f46a8893c7902573f5bbc4277b49ff9fd82e7c (diff) |
Make every page a single request
Diffstat (limited to 'static/main.css')
-rw-r--r-- | static/main.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/static/main.css b/static/main.css deleted file mode 100644 index 62f4d73..0000000 --- a/static/main.css +++ /dev/null @@ -1,39 +0,0 @@ -body { - background-color: #fcfcfc; - color: #232629; - max-width:72ch; - text-align:justify; - margin:auto; - padding:1em 0; - font-family: sans-serif; -} - -.content { min-height: calc(100vh - 20ch); } - -a {text-decoration:none;color:#1d99f3;} - -h1 {text-align:center;font-size:2rem;} -h2 {text-align:center;font-size:1.5rem;} -h3 {text-align:center;font-size:1rem;} - -.nav a:link {color:#232629;} -.nav a:visited{color:#232629;} -.nav a:hover {color:#1d99f3;} -.nav a:focus {color:#1d99f3;} -.nav a:active {color:#1d99f3;} - -.nav {height:2rem;font-size:2rem;} -.navl {width:30%;float:left;text-align:left;} -.navr {width:70%;float:left;text-align:right;} - -@media (prefers-color-scheme: dark) { -body { - background-color: #232629; - color: #fcfcfc; -} -.nav a:link {color:#fcfcfc;} -.nav a:visited{color:#fcfcfc;} -.nav a:hover {color:#1d99f3;} -.nav a:focus {color:#1d99f3;} -.nav a:active {color:#1d99f3;} -} |