Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Apr 15, 2021
1 parent fe03e5d commit 8afba15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
--primary-color: 25, 118, 210;
--secondary-color: #cfd8dc;
--font-color: #333;
--link-color: #01579b;
--bg-color: #f1f1f1;
--card-color: #fff;
--warning-color: #ffcdd2;
Expand All @@ -14,6 +15,7 @@
--primary-color: 25, 118, 210;
--secondary-color: #cfd8dc;
--font-color: #c1c1c1;
--link-color: #29B6F6;
--bg-color: #0f0f0f;
--card-color: #212121;
--warning-color: #b71c1c;
Expand Down
7 changes: 7 additions & 0 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ body {
font-size: 18px;
font-weight: 500;
text-align: center;
color: var(--font-color);
}

#container {
Expand Down Expand Up @@ -48,4 +49,10 @@ body {
#footer {
display: flex;
justify-content: space-between;
color: var(--font-color);
}

#footer a {
color: var(--link-color);
text-decoration: none;
}

0 comments on commit 8afba15

Please sign in to comment.