color scheme

This commit is contained in:
Tolstoevsky 2020-02-21 01:13:22 -08:00
parent 4e3437730f
commit 009ccdc472
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.topnav { .topnav {
overflow: hidden; overflow: hidden;
background-color: #333; background-color: #1f2833;
} }
.topnav a { .topnav a {
@ -28,8 +28,8 @@
border: 1px solid #888; border: 1px solid #888;
border-radius: 2px; border-radius: 2px;
outline: none; outline: none;
color: #bbb; color: #c5c6c7;
background-color: #335; background-color: #1e2832;
padding: 16px 16px; padding: 16px 16px;
font-family: inherit; font-family: inherit;
display: flex; display: flex;
@ -41,8 +41,8 @@
min-width: 160px; min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1; z-index: 1;
color: #bbb; color: #c5c6c7
background-color: #335; background-color: #1e2832;
border: 1px solid #888; border: 1px solid #888;
border-radius: 2px; border-radius: 2px;
} }