Implement support for dedicated theme CSS files from our gresource.
Properly implement light and gruvbox themes. Yay!
This commit is contained in:
parent
4cc5c6efd4
commit
8334323af8
27 changed files with 285 additions and 121 deletions
|
@ -1,10 +1,16 @@
|
|||
@import "vars";
|
||||
|
||||
.koto-button {
|
||||
border-width: 0;
|
||||
|
||||
& > image {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
&:not(.active) {
|
||||
color: $text-color-bright;
|
||||
}
|
||||
|
||||
&.active > image {
|
||||
color: $green;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue