diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..0e834ec Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..96a2f44 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index d8aae14..6074ed6 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ OpenDream Game Engine + + diff --git a/style.css b/style.css index 9cd5cff..fc96860 100644 --- a/style.css +++ b/style.css @@ -5,11 +5,12 @@ @media (prefers-color-scheme: light) { :root { --background-color: #fafafa; - --text-color: #black; + --text-color: black; --link-color: #00e; --contents-box-shadow: grey; --hero-button-box-shadow: black; --hero-button-background: #fffb; + --hero-button-text-color: black; } } @@ -21,6 +22,7 @@ --contents-box-shadow: black; --hero-button-box-shadow: white; --hero-button-background: #000b; + --hero-button-text-color: white; } } @@ -98,7 +100,7 @@ a:hover { #hero-links p { float: right; - color: var(--text-color); + color: var(--hero-button-text-color); margin: 0px 0px 0px 4px; font-size: 24px; }