Updated UI. Fixed circle search performance.
This commit is contained in:
9
JSMR.UI.Blazor/wwwroot/css/theme-base.css
Normal file
9
JSMR.UI.Blazor/wwwroot/css/theme-base.css
Normal file
@@ -0,0 +1,9 @@
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
color: var(--primary-text-color);
|
||||
font-family: var(--font-family);
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: 600;
|
||||
}
|
||||
Reference in New Issue
Block a user