feat(ui): Reduce header font size

This commit is contained in:
2026-06-02 08:23:47 +05:30
parent 3352c0475b
commit f771cabd02
+2 -2
View File
@@ -24,7 +24,7 @@
*::selection { *::selection {
background-color: var(--primary-color); background-color: var(--primary-color);
color: var(--text-color); color: #ffffff;
} }
body { body {
@@ -81,7 +81,7 @@ a:hover {
} }
.title_center { .title_center {
font-size: 24px; font-size: 21px;
text-align: center; text-align: center;
} }