refac: styling

This commit is contained in:
Timothy J. Baek 2024-08-05 19:59:10 +02:00
parent 76dcabdce6
commit 9581bf5dde

View File

@ -165,10 +165,5 @@ input[type='number'] {
padding: 3px 8px; padding: 3px 8px;
font-size: 0.8em; font-size: 0.8em;
font-weight: 600; font-weight: 600;
} @apply rounded-md dark:bg-gray-800 bg-gray-100 mx-0.5;
[data-theme='light'] .codespan {
background-color: #f0f0f0;
}
[data-theme='dark'] .codespan {
background-color: #111;
} }