diff options
author | Jesús <heckyel@hyperbola.info> | 2019-03-08 22:28:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-03-08 22:28:33 -0500 |
commit | 7c9d942e3841b2f98b646eea8dc5929c4111a178 (patch) | |
tree | 6281cb658bba17d0d6503eea273991a057daca02 | |
parent | c24239aa8d5adcd3ff24dbb7033b45a4d13fb5b2 (diff) | |
download | cl-7c9d942e3841b2f98b646eea8dc5929c4111a178.tar.lz cl-7c9d942e3841b2f98b646eea8dc5929c4111a178.tar.xz cl-7c9d942e3841b2f98b646eea8dc5929c4111a178.zip |
fix color hover in tag <a>
-rw-r--r-- | cl-theme/static/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index a7193ce..7726c1e 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -392,6 +392,7 @@ a { } a:hover { text-decoration: none; + color: #ffc20e; } a.navbar-item.is-tab.is-active { border-bottom-color: #dd7325; |