~glorifiedgluer/gluer.org

232df0cdec0b6f70b1523301332d41e4f4b8b969 — Victor Freire 4 months ago 14fee9a
style: add "dt" font-weight
1 files changed, 4 insertions(+), 0 deletions(-)

M static/css/main.scss
M static/css/main.scss => static/css/main.scss +4 -0
@@ 38,6 38,10 @@ body {
  }
}

dt {
  font-weight: bold;
}

nav a {
  margin-right: 10px;
}