chore(css) add custom variables: --color, --color-transparent

This commit is contained in:
coderaiser 2019-12-30 12:08:39 +02:00
parent 03cfca8a4b
commit aeb6f76611
3 changed files with 11 additions and 6 deletions

View file

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