feat(ui): Reduce header font size
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user