fixed up cyberqueer gtk
parent
2dd2a17214
commit
7526b9ae29
|
|
@ -3,7 +3,7 @@
|
||||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
font-size: 18pt;
|
font-size: 18pt;
|
||||||
color: #d6abab;
|
color: #E40046;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -53,6 +53,28 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner-box {
|
notebook {
|
||||||
|
border: solid;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border-width: 4px;
|
||||||
|
color: #5018dd;
|
||||||
|
border-radius: 30px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
button:active {
|
||||||
|
background-color: #E40046;
|
||||||
|
color: #5018dd;
|
||||||
|
}
|
||||||
|
|
||||||
|
checkbutton:checked {
|
||||||
|
color: #E40046;
|
||||||
|
background-color: #5018dd;
|
||||||
|
}
|
||||||
|
*:focus {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
color: #d6abab;
|
||||||
|
}
|
||||||
|
*:disabled {
|
||||||
|
background-color: #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue