refac: code block styling

This commit is contained in:
Timothy Jaeryang Baek
2025-02-18 20:24:04 -08:00
parent 003968f06a
commit a6a7c548d5
2 changed files with 8 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ li p {
/* Dark theme scrollbar styles */
.dark ::-webkit-scrollbar-thumb {
background-color: rgba(33, 33, 33, 0.8); /* Darker color for dark theme */
background-color: rgba(42, 42, 42, 0.8); /* Darker color for dark theme */
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}