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
11
themes/dark/sanitize.css
Normal file
11
themes/dark/sanitize.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.complaint.high {
|
||||
background-color: rgb(153, 19, 19);
|
||||
}
|
||||
|
||||
.complaint.medium {
|
||||
background-color: rgb(168, 112, 8);
|
||||
}
|
||||
|
||||
.complaint.low {
|
||||
background-color: rgb(175, 175, 13);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue