change up color scheme
This commit is contained in:
+4
-4
@@ -22,8 +22,8 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: #29323c;
|
background: #fff;
|
||||||
color: #fff;
|
color: #111;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
.search__text {
|
.search__text {
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
background-color: #3F4A56;
|
background-color: #222;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
.help {
|
.help {
|
||||||
height: 0;
|
height: 0;
|
||||||
margin: 1rem auto 0;
|
margin: 1rem auto 0;
|
||||||
border-right: dashed 1px #fff;
|
border-right: dashed 1px #ddd;
|
||||||
transition: height 0.2s linear;
|
transition: height 0.2s linear;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user