Skip to content

Commit

Permalink
Updated colors
Browse files Browse the repository at this point in the history
  • Loading branch information
captainpainway committed Jan 29, 2024
1 parent 146a3d6 commit a55725e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<title>Japanese Word of the Day</title>
<style>
:root {
--background: #cf9c8d;
--text: #532a29;
--headline: #fbfbfb;
--background: #f4f3f2;
--text: #333333;
--headline: #296e4a;
}

body {
Expand Down Expand Up @@ -116,7 +116,7 @@
font-size: 3rem;
padding: 0.5rem 1rem;
cursor: pointer;
color: var(--text);
color: var(--headline);
text-decoration: none;
}
</style>
Expand Down
8 changes: 4 additions & 4 deletions pages/上.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<title>Japanese Word of the Day</title>
<style>
:root {
--background: #cf9c8d;
--text: #532a29;
--headline: #fbfbfb;
--background: #f4f3f2;
--text: #333333;
--headline: #296e4a;
}

body {
Expand Down Expand Up @@ -116,7 +116,7 @@
font-size: 3rem;
padding: 0.5rem 1rem;
cursor: pointer;
color: var(--text);
color: var(--headline);
text-decoration: none;
}
</style>
Expand Down
8 changes: 4 additions & 4 deletions pages/日本.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<title>Japanese Word of the Day</title>
<style>
:root {
--background: #cf9c8d;
--text: #532a29;
--headline: #fbfbfb;
--background: #f4f3f2;
--text: #333333;
--headline: #296e4a;
}

body {
Expand Down Expand Up @@ -116,7 +116,7 @@
font-size: 3rem;
padding: 0.5rem 1rem;
cursor: pointer;
color: var(--text);
color: var(--headline);
text-decoration: none;
}
</style>
Expand Down
8 changes: 4 additions & 4 deletions pages/黄色.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<title>Japanese Word of the Day</title>
<style>
:root {
--background: #cf9c8d;
--text: #532a29;
--headline: #fbfbfb;
--background: #f4f3f2;
--text: #333333;
--headline: #296e4a;
}

body {
Expand Down Expand Up @@ -116,7 +116,7 @@
font-size: 3rem;
padding: 0.5rem 1rem;
cursor: pointer;
color: var(--text);
color: var(--headline);
text-decoration: none;
}
</style>
Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--background: #cf9c8d;
--text: #532a29;
--headline: #fbfbfb;
--background: #f4f3f2;
--text: #333333;
--headline: #296e4a;
}

body {
Expand Down Expand Up @@ -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;
}

0 comments on commit a55725e

Please sign in to comment.