mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
Added centralized theme system and themed all pages
This commit is contained in:
parent
c2a817478e
commit
6301b744d2
39 changed files with 448 additions and 127 deletions
19
themes/dark/pageAction.css
Normal file
19
themes/dark/pageAction.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.collapsible .collapser {
|
||||
color: rgb(120, 145, 255);
|
||||
}
|
||||
|
||||
.hasHiddenActions {
|
||||
color: rgb(182, 194, 245);
|
||||
}
|
||||
|
||||
.hasHiddenActions:hover, .hasHiddenActions .actions {
|
||||
background-color: rgb(92, 92, 97);
|
||||
}
|
||||
|
||||
.modal button {
|
||||
border-color: rgb(92, 92, 97);
|
||||
}
|
||||
|
||||
.modal button:active, .modal button:hover, .modal button:focus {
|
||||
background-color: rgb(92, 92, 97);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue