summaryrefslogtreecommitdiff
path: root/themes/light/utility.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/utility.less')
-rw-r--r--themes/light/utility.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/light/utility.less b/themes/light/utility.less
index 1c30c77ab..89675ac13 100644
--- a/themes/light/utility.less
+++ b/themes/light/utility.less
@@ -6,7 +6,7 @@ body.ttrss_utility {
background : @color-panel-bg;
color : @default-fg;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
+ font-size: @font-size-content;
margin : 4em;
.content {
@@ -21,7 +21,7 @@ body.ttrss_utility {
h2, h3, h4 {
color : @color-accent;
- font-family: @fonts-ui-bold;
+ font-family: @fonts-ui;
}
h2 {
@@ -46,7 +46,7 @@ body.ttrss_utility {
h1 {
color : gray;
- font-family: @fonts-ui-bold;
+ font-family: @fonts-ui;
font-size : 18px;
margin : 10px 0 0 0;
}