update style.css
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-03-16 18:34:23 +07:00
parent ee34ed728a
commit cc58968d7b

View file

@ -11,9 +11,9 @@
--accent1: 153, 193, 241; --accent1: 153, 193, 241;
--accent3: 53, 132, 228; --accent3: 53, 132, 228;
--accent5: 26, 95, 180; --accent5: 26, 95, 180;
font-family: InterVariable, "Inter Variable", Inter, "Noto Sans Thai Looped" /*, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"*/; font-family: InterVariable, "Inter Variable", Inter, "Noto Sans Thai Looped";
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-feature-settings: 'liga' 1, 'calt' 1, 'cv05' 1; /* Inter features */ font-feature-settings: 'liga' 1, 'calt' 1, 'cv05' 1; /* Inter features to match Adwaita Sans */
} }
.centerscreen { .centerscreen {