theme: Adjust colors to match the mockup closer
This commit is contained in:
@ -5,13 +5,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.key {
|
.key {
|
||||||
color: #ffffff;
|
color: #dddddd;
|
||||||
background-gradient-direction: vertical;
|
background: #464449;
|
||||||
background-gradient-start: rgba(0, 0, 0, 255);
|
border-width: 0.5px;
|
||||||
background-gradient-end: rgba(64, 64, 64, 255);
|
|
||||||
border-width: 2px;
|
|
||||||
border-color: rgba(128, 128, 128, 255);
|
border-color: rgba(128, 128, 128, 255);
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.key:active {
|
.key:active {
|
||||||
|
|||||||
Reference in New Issue
Block a user