Skip to content

Commit

Permalink
Merge branch 'feature_fontsize' into dev-6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-blafasl committed Oct 13, 2021
2 parents dd5a27e + f2f490c commit 0b23b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Default Konfig-Datei mit allen Einstellungen um das BITS-Training mit einem Webserver zu betreiben
baseURL = "/"
baseURL = "//bits-training.de/BITS-training-dev/"
relativeURLs = false
uglyurls = false
disableSearch = false
Expand Down Expand Up @@ -27,7 +27,7 @@ theme = "hugo-theme-learn"
themeVariant = "bits"

BITS = "BITS"
Ver = "6.0.0"
Ver = "6.0.1-beta"

[outputs]
home = [ "HTML", "RSS", "JSON"]
Expand Down
1 change: 1 addition & 0 deletions static/css/theme-bits.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
}

body {
font-size: 18px !important;
color: var(--MAIN-TEXT-color) !important;
}

Expand Down

0 comments on commit 0b23b6c

Please sign in to comment.