♻️ Remove duplicated color tokens

This commit is contained in:
Eva Marco 2024-07-23 13:07:01 +02:00
parent 00c5d58203
commit 2c5289d338
44 changed files with 264 additions and 357 deletions

View file

@ -39,7 +39,7 @@
// Overrides background setted in the theme
:global(.hljs) {
background: $db-tertiary;
background: var(--color-background-tertiary);
}
&.collapsed {