summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/style.css b/src/style.css
deleted file mode 100644
index 77a285c..0000000
--- a/src/style.css
+++ /dev/null
@@ -1,44 +0,0 @@
-body {
- max-width: 800px ;
- margin: auto ;
- padding: 0 16px ;
- margin-bottom: 500px ;
-}
-
-h1 {
- text-align: center ;
-}
-
-footer {
- text-align: center ;
-}
-
-img {
- max-width: 600px ;
- width: 100% ;
- margin: auto ;
- display: block ;
-}
-
-@media (prefers-color-scheme: dark) {
- body {
- background: #151515 ;
- color: white ;
- }
- a {
- color: lightblue ;
- }
- a:visited {
- color: gray ;
- }
- h2 {
- color: tomato ;
- }
-}
-
-@media print {
- a[href] {
- text-decoration: none ;
- color: black ;
- }
-}