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