aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.css
diff options
context:
space:
mode:
author2022-01-08 18:37:38 +0530
committer2022-01-08 18:37:38 +0530
commitd363d4952fc318c51b6e11165b62ed2902eb23ab (patch)
treec3977b7c91893fbc38089642c1ec7bb52fa145e4 /src/index.css
parentfixed the service worker generator (diff)
downloadsudomsg-d363d4952fc318c51b6e11165b62ed2902eb23ab.tar
sudomsg-d363d4952fc318c51b6e11165b62ed2902eb23ab.tar.gz
sudomsg-d363d4952fc318c51b6e11165b62ed2902eb23ab.tar.bz2
sudomsg-d363d4952fc318c51b6e11165b62ed2902eb23ab.tar.lz
sudomsg-d363d4952fc318c51b6e11165b62ed2902eb23ab.tar.xz
sudomsg-d363d4952fc318c51b6e11165b62ed2902eb23ab.tar.zst
sudomsg-d363d4952fc318c51b6e11165b62ed2902eb23ab.zip
fixed sw.js
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css73
1 files changed, 0 insertions, 73 deletions
diff --git a/src/index.css b/src/index.css
deleted file mode 100644
index 7984af2..0000000
--- a/src/index.css
+++ /dev/null
@@ -1,73 +0,0 @@
-:root {
- font-family: serif;
-}
-
-@media screen {
- body {
- max-width: 920px;
- min-height: 98vh;
- display: flex;
- flex-direction: column;
- margin: auto;
- padding: 0.5rem;
- }
- main {
- flex-grow: 1;
- }
- :any-link {
- color: inherit;
- text-decoration: underline;
- }
- :any-link:hover,
- :any-link:active {
- font-style: italic;
- }
- #menu {
- background: darkred;
- text-decoration: none;
- font-weight: bold;
- color: white;
- padding: 1rem;
- font-size: 1rem;
- }
- @media (max-width: 450px) {
- #menu a {
- display: block;
- text-align: center;
- margin: auto;
- padding: 20px;
- }
- }
- #menu :any-link {
- text-decoration: none;
- margin-right: 1rem;
- padding-left: 0rem;
- padding-right: 0rem;
- }
- #menu :any-link:hover {
- text-decoration: none;
- }
- .err {
- color: darkred;
- }
- @media (prefers-color-scheme: dark) {
- :root {
- background: black;
- color: white;
- }
- #menu nav {
- background: red;
- }
- .err {
- color: red;
- }
- }
-}
-
-@media print {
- header,
- nav,
- footer {
- display: none;
- }
-} \ No newline at end of file