diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-26 11:49:05 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-26 11:49:05 -0500 |
commit | b9e11f7b6fb4e49c999c0670e0a9dbce3f253807 (patch) | |
tree | 5ec00597f90a09abc81bbf9471fee27fe3e0f2c3 | |
parent | 6d8b198cc17c87e26c986ded5b7da8189d28f467 (diff) | |
download | cl-b9e11f7b6fb4e49c999c0670e0a9dbce3f253807.tar.lz cl-b9e11f7b6fb4e49c999c0670e0a9dbce3f253807.tar.xz cl-b9e11f7b6fb4e49c999c0670e0a9dbce3f253807.zip |
Remove inline styles
-rw-r--r-- | cl-theme/templates/base.html | 2 |
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 --> |