mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-01 05:30:23 +00:00
14 lines
217 B
CSS
14 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;
|
|
}
|