diff options
-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 --> |