Use warning icon instead of a glyph, move QR styles to comments

-since it's not used anywhere else at the moment
This commit is contained in:
daudix
2024-04-04 07:06:17 +03:00
parent aef0e88d82
commit c80b47fa92
7 changed files with 20 additions and 20 deletions

View File

@ -45,8 +45,6 @@
}
@media (prefers-color-scheme: dark) {
color-scheme: dark;
// COLORS
--bg-color: var(--bg-color-d);
--fg-color: rgb(255, 255, 255);
@ -64,5 +62,7 @@
--red-fg: rgb(246, 97, 81);
--yellow-bg: rgba(248, 228, 92, 0.1);
--yellow-fg: rgb(248, 228, 92);
color-scheme: dark;
}
}