From 944e466181ac2f040671954c15cccad028b309ff Mon Sep 17 00:00:00 2001 From: Niclas Dobbertin Date: Thu, 9 Jul 2026 12:47:43 +0200 Subject: add resume and restyle --- resume/style.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 resume/style.css (limited to 'resume/style.css') 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; */ +/* } */ -- cgit v1.2.3