Implement dark theme colors

This commit is contained in:
Riyyi
2025-04-03 00:00:03 +02:00
parent 6d89d2bd70
commit fb261625ff
7 changed files with 31 additions and 10 deletions
+2 -2
View File
@@ -40,7 +40,7 @@
justify-content: space-between;
margin-bottom: 1rem;
padding: 1rem;
background-color: var(--w-pre-background-color);
background-color: var(--bs-secondary-bg);
}
/* Select <code> and <code class="shiki"> */
@@ -49,7 +49,7 @@
margin: 0;
font-size: 85%;
white-space: break-spaces;
background-color: var(--w-code-background-color);
background-color: var(--bs-tertiary-bg);
border-radius: 6px;
}