eww: Add color-scheme switch button
This commit is contained in:
@ -57,19 +57,20 @@ window {
|
||||
}
|
||||
|
||||
.thingy {
|
||||
//border: solid $highlight1 2px;
|
||||
//border-top: solid $highlight1 1px;
|
||||
//border-bottom: solid $highlight2 3px;
|
||||
//border-bottom: dotted $highlight1 6px;
|
||||
//color: $highlight1;
|
||||
//background: $lowlight1;
|
||||
//border-radius: 30px;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
min-height: 20px;
|
||||
border-top: solid $highlight1 2px;
|
||||
}
|
||||
|
||||
.bigthingy {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
min-height: 20px;
|
||||
border-top: solid $highlight1 2px;
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
scale trough {
|
||||
all: unset;
|
||||
background-color: #22242b;
|
||||
@ -176,6 +177,9 @@ scale trough {
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.color_scheme {
|
||||
}
|
||||
|
||||
.pwrbtn {
|
||||
font-size: 35px;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user