feature: css: add vars

This commit is contained in:
coderaiser 2024-03-28 14:39:26 +02:00
parent bf2e8f9a7d
commit b1f74c0057
5 changed files with 11 additions and 11 deletions

View file

@ -121,7 +121,7 @@
/* текущий файл под курсором */
.current-file {
background-color: var(--color-transparent);
background-color: var(--border-color);
color: white;
}
/* делаем иконки под курсом белыми */