Fix wofi colour typo and set window background to match
This commit is contained in:
@@ -4,7 +4,7 @@ Arc-Dark Color Scheme
|
||||
|
||||
@define-color highlight #5294e2;
|
||||
@define-color base1 #404552;
|
||||
@define-color base2 #40455;
|
||||
@define-color base2 #404552;
|
||||
@define-color base3 #4b5160;
|
||||
|
||||
*{
|
||||
@@ -13,6 +13,7 @@ Arc-Dark Color Scheme
|
||||
|
||||
window {
|
||||
border: 1px solid @highlight;
|
||||
background-color: @base1;
|
||||
}
|
||||
|
||||
#input {
|
||||
@@ -20,7 +21,7 @@ window {
|
||||
padding:3px;
|
||||
border-radius: 5px;
|
||||
border:none;
|
||||
color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
|
||||
Reference in New Issue
Block a user