gethugothemes / dot-hugo

Dot - Hugo Documentation Theme
https://gethugothemes.com/products/dot/?utm_source=dot_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
260 stars 148 forks source link

Unordered and ordered list font-size is bigger than the body text font-size #144

Closed splashx closed 4 years ago

splashx commented 4 years ago

This should fix the issue:

$ diff -u themes/dot/assets/css/style.css assets/css/style.css
--- themes/dot/assets/css/style.css 2020-07-02 12:23:34.000000000 +0200
+++ assets/css/style.css    2020-07-02 12:37:08.000000000 +0200
@@ -137,9 +137,11 @@
   list-style-type: none;
   margin: 0px;
   padding-left: 0;
+  font-size: 15px;
 }

 ol {
+  font-size: 15px;
   padding-left: 20px;
 }
tfsomrat commented 4 years ago

hey there, thanks for your concern. I fixed this typography.