fixed up cyberqueer gtk
parent
2dd2a17214
commit
7526b9ae29
|
|
@ -3,7 +3,7 @@
|
|||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||
border-radius: 15px;
|
||||
font-size: 18pt;
|
||||
color: #d6abab;
|
||||
color: #E40046;
|
||||
background-color: #1a1a1a;
|
||||
|
||||
|
||||
|
|
@ -52,7 +52,29 @@
|
|||
border-radius: 30px;
|
||||
|
||||
}
|
||||
|
||||
notebook {
|
||||
border: solid;
|
||||
background-color: #1a1a1a;
|
||||
border-width: 4px;
|
||||
color: #5018dd;
|
||||
border-radius: 30px;
|
||||
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
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