summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2026-07-09 12:47:43 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2026-07-09 12:47:43 +0200
commit944e466181ac2f040671954c15cccad028b309ff (patch)
treee4080087184bb7e2d10150fd7a3ff1b73d8ff687 /style.css
parent88560200dbf92b384ca665e783369f91ca66138a (diff)
add resume and restyleHEADmaster
Diffstat (limited to 'style.css')
-rw-r--r--style.css60
1 files changed, 38 insertions, 22 deletions
diff --git a/style.css b/style.css
index 36f2755..a3b97b5 100644
--- a/style.css
+++ b/style.css
@@ -1,31 +1,47 @@
body {
font-family: Arial, sans-serif;
font-size: medium;
- color: #ebdbb2;
- background-color: #3c3836;
+ color: #444;
+ /* background-color: #3c3836; */
}
h1 {
- color: #8ec07c;
- text-align: left;
+ /* color: #8ec07c; */
+ /* text-align: left; */
}
-
-#box-one {
- background-color: #504945;
- color: #8ec07c;
- opacity: 0.5;
-}
-
-#content {
- clear: both;
- margin: 0;
- padding: 0;
- /*background-color: #fff;
- overflow: hidden;*/
+h2,
+h3 {
+ line-height:1.2
}
-#sidebar {
- float: left;
- margin: 0px 1px 0 0px; /* margins: top, right, bottom, left */
- padding: 1em 0;
- width: 200px;
+@media (prefers-color-scheme: dark){
+ body {
+ color:#c9d1d9;
+ background:#0d1117
+ }
+ a:link {
+ color#58a6ff
+ }
+ a:visited {
+ color:#8e96f0
+ }
}
+
+/* #box-one { */
+/* background-color: #504945; */
+/* color: #8ec07c; */
+/* opacity: 0.5; */
+/* } */
+
+/* #content { */
+/* clear: both; */
+/* margin: 0; */
+/* padding: 0; */
+/* /\*background-color: #fff; */
+/* overflow: hidden;*\/ */
+/* } */
+/* #sidebar { */
+/* float: left; */
+/* margin: 0px 1px 0 0px; /\* margins: top, right, bottom, left *\/ */
+/* padding: 1em 0; */
+/* width: 200px; */
+/* } */