diff options
-rw-r--r-- | about.html | 2 | ||||
-rw-r--r-- | css/main.css | 8 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | 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 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" href="css/main.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> 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 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" href="css/main.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> diff --git a/projects.html b/projects.html index ce760ab..0c71cef 100644 --- a/projects.html +++ b/projects.html @@ -1,6 +1,6 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" href="css/main.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> |