mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-07 08:13:37 +00:00
15 lines
217 B
CSS
15 lines
217 B
CSS
|
@define-color colorAccent #9aa7c8;
|
||
|
@define-color colorPrimary #9aa7c8;
|
||
|
|
||
|
.header-counters{
|
||
|
background: rgba(255,255,255,.4);
|
||
|
}
|
||
|
|
||
|
.attachment{
|
||
|
background: rgba (255,255,255,.8);
|
||
|
}
|
||
|
|
||
|
.card{
|
||
|
background: #fff;
|
||
|
}
|