Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk authored Oct 20, 2021
1 parent 4588592 commit 0296b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboard/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--link: #fff;
--server-hover: 54, 60, 70, 0.58;
--logout: 240, 71, 71;
--main-page-accent: 19, 20, 23, 0.7;
--logout-background: 240, 71, 71, 0.1;
--edit: 67, 181, 129;
--edit-hover: 60, 163, 116;
Expand Down Expand Up @@ -692,6 +693,7 @@ code {
color: var(--light);
background-size: 50%;
transition: 500ms all;
background-color: rgba(var(--main-page-accent));
}
.hero-grid {
display: grid;
Expand Down

0 comments on commit 0296b8c

Please sign in to comment.