add proper dark/light mode
This commit is contained in:
22
src/app.pcss
22
src/app.pcss
@@ -6,3 +6,25 @@
|
||||
* {
|
||||
font-family: "Prompt";
|
||||
}
|
||||
|
||||
html .cet-titlebar {
|
||||
background-color: #ececec !important;
|
||||
color: #202020 !important;
|
||||
}
|
||||
|
||||
html.dark .cet-titlebar {
|
||||
background-color: #202020 !important;
|
||||
color: #ececec !important;
|
||||
}
|
||||
|
||||
html .cet-titlebar .cet-control-icon svg {
|
||||
fill: #000;
|
||||
}
|
||||
|
||||
html.dark .cet-titlebar .cet-control-icon svg {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cet-titlebar .cet-icon {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user