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