mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 16:21:41 +00:00
16 lines
238 B
CSS
16 lines
238 B
CSS
|
body {
|
||
|
--vds-color--main: #00AFD0;
|
||
|
}
|
||
|
|
||
|
.title,
|
||
|
.header_title,
|
||
|
.card_with_icon_value,
|
||
|
.card_with_icon_title,
|
||
|
.welcome_first_title,
|
||
|
.welcome_last_title {
|
||
|
/*color: var(--vds-color--main);*/
|
||
|
}
|
||
|
|
||
|
.sidebar {
|
||
|
background-color: transparent;
|
||
|
}
|