mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 20:22:29 +00:00
chore(css) add custom variables: --color, --color-transparent
This commit is contained in:
parent
03cfca8a4b
commit
aeb6f76611
3 changed files with 11 additions and 6 deletions
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
/* текущий файл под курсором */
|
||||
.current-file {
|
||||
background-color: rgba(49, 123, 249, .40);
|
||||
background-color: var(--color-transparent);
|
||||
color: white;
|
||||
}
|
||||
/* делаем иконки под курсом белыми */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue