dark mode

This commit is contained in:
usmannasir
2025-08-03 14:14:01 +05:00
parent 3b4e6306d8
commit 12b1dd8cfe
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
}
.tags:hover {
background-color: var(--bg-light);
background-color: var(--bg-secondary);
}
.tag-icon {

View File

@@ -222,7 +222,7 @@
/* Info Box */
.info-box {
background: var(--bg-light);
background: var(--bg-secondary);
border: 1px solid var(--border-color);
border-radius: 8px;
padding: 16px;