Files
jsmr/JSMR.UI.Blazor/wwwroot/css/theme-base.css
Brian Bicknell 9cd9230cec
All checks were successful
ci / build-test (push) Successful in 1m43s
ci / publish-image (push) Has been skipped
Updated UI. Fixed circle search performance.
2025-11-10 18:55:46 -05:00

9 lines
163 B
CSS

body {
background-color: var(--background-color);
color: var(--primary-text-color);
font-family: var(--font-family);
}
label {
font-weight: 600;
}