summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/css')
-rw-r--r--web/source/css/base.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css
index 163eaf7b1..66dd8b838 100644
--- a/web/source/css/base.css
+++ b/web/source/css/base.css
@@ -145,6 +145,8 @@ main {
padding: 0.5rem;
border: none;
cursor: pointer;
+ text-align: center;
+ font-family: 'Noto Sans', sans-serif;
&:hover {
background: $button_hover_bg;
@@ -245,6 +247,7 @@ input, select, textarea {
color: $fg;
background: $bg;
width: 100%;
+ font-family: 'Noto Sans', sans-serif;
}
footer {