Some improvements ...

This commit is contained in:
mibi88 2023-05-14 20:03:49 +02:00
parent 63c38ab771
commit ebe1117b94
1 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
/* Choco PCv5 by mibi88 */
:root {
--background: #6b4d19;
--text: #ffa100;
--text-light: #ffac1f;
--background: #33240c;
--text: #fbdeaa;
--text-light: #fff5e4;
--links: #ffbd4b;
--links: #fff5e4;
--ok: #149641;
--ok-text: #fff;
@ -26,9 +26,9 @@
--hr-border: 1px solid #3e2700;
}
/* .bg-warn {
.bg-warn, .bg-ok, .bg-error {
padding: 4px;
} */
}
.skip-to-content-link {
display: none;
@ -59,10 +59,10 @@ table th {
--background-hover: #825e22;
}
/* .editor .btn-group .separator {
span {
--border-left: 1px solid #3e2200;
--border-right: 1px solid #3e2200;
} */
}
#light-menu {
--background: #22292c;