aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-26 11:49:05 -0500
committerJesús <heckyel@hyperbola.info>2019-11-26 11:49:05 -0500
commitb9e11f7b6fb4e49c999c0670e0a9dbce3f253807 (patch)
tree5ec00597f90a09abc81bbf9471fee27fe3e0f2c3
parent6d8b198cc17c87e26c986ded5b7da8189d28f467 (diff)
downloadcl-b9e11f7b6fb4e49c999c0670e0a9dbce3f253807.tar.lz
cl-b9e11f7b6fb4e49c999c0670e0a9dbce3f253807.tar.xz
cl-b9e11f7b6fb4e49c999c0670e0a9dbce3f253807.zip
Remove inline styles
-rw-r--r--cl-theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html
index 966d037..07a5d8f 100644
--- a/cl-theme/templates/base.html
+++ b/cl-theme/templates/base.html
@@ -66,7 +66,7 @@
<div class="navbar-brand">
<a class="navbar-item" href="{{ SITEURL }}/" rel="home">
- <h3 class="title is-3" style="color: white;">{{ SITENAME_SINGLE }}</h3>
+ <h3 class="title is-3 has-text-white">{{ SITENAME_SINGLE }}</h3>
</a>
<!-- this "navbar-burger" hamburger menu is only visible on mobile -->