From 454c36cb0929351deccca11553c35cbff845b2ad Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: changed dark mode colors --- about.html | 2 +- css/main.css | 8 ++++---- index.html | 2 +- projects.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/about.html b/about.html index 37dd539..1047463 100644 --- a/about.html +++ b/about.html @@ -1,6 +1,6 @@ - + Porter Swanstrom
diff --git a/css/main.css b/css/main.css index 0b41d05..f197672 100644 --- a/css/main.css +++ b/css/main.css @@ -2,8 +2,8 @@ html, body{ font:400 105% sans-serif; - background-color:#100018; - color:#DDD000; + background-color:#001800; + color:#DDDAAA; margin:0; height:100% } @@ -62,7 +62,7 @@ img{margin-left:4%;} padding-left:3% } -/*@media(prefers-color-scheme:light){ +@media(prefers-color-scheme:light){ html, body{ background-color:#F0F2F4; color:#553311 @@ -74,7 +74,7 @@ img{margin-left:4%;} a{color:#113399} a:hover{color:#000000} -}*/ +} @media all and (max-width:1800px){ .body{padding: 0pt 35% 60pt 35%} diff --git a/index.html b/index.html index 2a717d1..ce64db3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + Porter Swanstrom
diff --git a/projects.html b/projects.html index ce760ab..0c71cef 100644 --- a/projects.html +++ b/projects.html @@ -1,6 +1,6 @@ - + Porter Swanstrom
-- cgit 1.4.1