diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -1,3 +1,12 @@ +* { + text-decoration: none; + font-weight: inherit; +} + +b { + font-weight: bold; +} + html { background: #555; color: #ffffff;