mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-30 07:59:52 -08:00
e9564619f1
Fix: Remove unused color options Chore: Fix typo
10 lines
364 B
SCSS
10 lines
364 B
SCSS
html[lang='fa'] {
|
|
#app {
|
|
font-family: 'IRANSans', 'Iranian Sans','B Nazanin', 'Tahoma', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
|
|
}
|
|
}
|
|
|
|
ul.multiselect__content {
|
|
padding-left: 0 !important;
|
|
}
|