diff options
| author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2026-07-09 12:47:43 +0200 |
|---|---|---|
| committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2026-07-09 12:47:43 +0200 |
| commit | 944e466181ac2f040671954c15cccad028b309ff (patch) | |
| tree | e4080087184bb7e2d10150fd7a3ff1b73d8ff687 /resume/style.css | |
| parent | 88560200dbf92b384ca665e783369f91ca66138a (diff) | |
Diffstat (limited to 'resume/style.css')
| -rw-r--r-- | resume/style.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/resume/style.css b/resume/style.css new file mode 100644 index 0000000..a3b97b5 --- /dev/null +++ b/resume/style.css @@ -0,0 +1,47 @@ +body { + font-family: Arial, sans-serif; + font-size: medium; + color: #444; + /* background-color: #3c3836; */ +} + +h1 { + /* color: #8ec07c; */ + /* text-align: left; */ +} +h2, +h3 { + line-height:1.2 +} +@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; */ +/* } */ |
