web-apps/apps/common/mobile/resources/less/variables.less
Maxim Kadushkin 2942114c82 [SSE mobile]
2021-02-20 00:04:12 +03:00

10 lines
151 B
Plaintext

.md {
--background-normal: #f1f1f1;
}
@background-normal: var(--background-normal, #fff);
@border-regular-control: #cbcbcb;
@text-normal: #000;