Skip to content

Commit

Permalink
weathe-api dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
revengemiroz committed May 21, 2020
1 parent 94e299e commit 8e798c1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions weather-api/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
--button-bg-color: #f2f3f7;
--color-cool:#067CF8;
--color-warm : #ff7a00;
--pbg:#f2f3f7;
--ptext:#ff7a00;
--button-shadow:
-6px -6px 8px rgba(255, 255, 255, 0.9),
5px 5px 8px rgba(0, 0, 0, 0.07);
Expand All @@ -17,6 +19,8 @@
--button-bg-color: #121212;
--color-cool:#fff;
--color-warm : #ff7a00;
--pbg:#181818;
--ptext:#fff;
--button-shadow:
-2px -2px 4px rgba(255, 255, 255, 0.05),
0 0 10px 10px rgba(255, 255, 255, 0.005),
Expand Down Expand Up @@ -278,12 +282,15 @@

p{
display: inline-block;
background-color: #f2f3f7;
background-color: var(--pbg);
padding: 0.4em 1em 0.4em 1em;
color: #ff7a00;
color: var(--ptext);
border-radius: 5px;
font-weight: 600;
font-size: 12px;
font-size: 13px;
letter-spacing: 0.1em;
box-shadow: var(--button-shadow);
user-select: none;
}

canvas{
Expand Down

0 comments on commit 8e798c1

Please sign in to comment.