定义--highlight-color

This commit is contained in:
haiyangcui
2020-08-19 08:30:18 +02:00
parent afd016be93
commit 14ff252cce
2 changed files with 3 additions and 1 deletions

View File

@@ -90,7 +90,7 @@
}
}
.zy-highlighted{
color: green
color: var(--highlight-color);
}
// table
.zy-table{

View File

@@ -1,4 +1,6 @@
:root{
// general
--highlight-color: #38dd77;
// light
--l-c-0: #823aa0;
--l-c-1: #823aa011;