mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:51:39 +02:00
♻️ Remove duplicated color tokens
This commit is contained in:
parent
00c5d58203
commit
2c5289d338
44 changed files with 264 additions and 357 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
// Overrides background setted in the theme
|
||||
:global(.hljs) {
|
||||
background: $db-tertiary;
|
||||
background: var(--color-background-tertiary);
|
||||
}
|
||||
|
||||
&.collapsed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue