Small fixes
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 29s

This commit is contained in:
2026-06-14 20:45:02 +02:00
parent 1eb9efe624
commit e545e11f9a
2 changed files with 6 additions and 33 deletions

View File

@@ -108,29 +108,9 @@ onUnmounted(() => {
&.dark {
background-color: rgb(28, 28, 28);
position: relative;
&::after {
content: "◆";
color: white;
font-size: 6px;
position: absolute;
top: -1px;
left: 1px;
}
}
&.light {
background-color: rgb(232, 232, 232);
position: relative;
&::after {
content: "◆";
color: #666;
font-size: 6px;
position: absolute;
top: -1px;
left: 1px;
}
}
&.katlum {
background-color: #4f8fba;