From a55725eb0459e1f8fe4f50341921db5face6d194 Mon Sep 17 00:00:00 2001 From: Mary Knize Date: Mon, 29 Jan 2024 08:05:44 -0500 Subject: [PATCH] Updated colors --- index.html | 8 ++++---- "pages/\344\270\212.html" | 8 ++++---- "pages/\346\227\245\346\234\254.html" | 8 ++++---- "pages/\351\273\204\350\211\262.html" | 8 ++++---- style.css | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index cfd1525..3edb442 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,9 @@ Japanese Word of the Day diff --git "a/pages/\344\270\212.html" "b/pages/\344\270\212.html" index 46507cf..eaf799c 100644 --- "a/pages/\344\270\212.html" +++ "b/pages/\344\270\212.html" @@ -7,9 +7,9 @@ Japanese Word of the Day diff --git "a/pages/\346\227\245\346\234\254.html" "b/pages/\346\227\245\346\234\254.html" index 7540154..166146f 100644 --- "a/pages/\346\227\245\346\234\254.html" +++ "b/pages/\346\227\245\346\234\254.html" @@ -7,9 +7,9 @@ Japanese Word of the Day diff --git "a/pages/\351\273\204\350\211\262.html" "b/pages/\351\273\204\350\211\262.html" index 1df6618..e4190e6 100644 --- "a/pages/\351\273\204\350\211\262.html" +++ "b/pages/\351\273\204\350\211\262.html" @@ -7,9 +7,9 @@ Japanese Word of the Day diff --git a/style.css b/style.css index 48a03c7..446d133 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ :root { - --background: #cf9c8d; - --text: #532a29; - --headline: #fbfbfb; + --background: #f4f3f2; + --text: #333333; + --headline: #296e4a; } body { @@ -108,6 +108,6 @@ a:not([href]) { font-size: 3rem; padding: 0.5rem 1rem; cursor: pointer; - color: var(--text); + color: var(--headline); text-decoration: none; } \ No newline at end of file