diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index f9da1f6..520c4a6 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -2,7 +2,7 @@ * bulma css framework (github.com/jgthms | bulma.io) * Author: jeremy thomas * Author: jesus e. - * Version: 1.0.3 + * Version: 1.0.4 * Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE) */ /* basic formatting changes (mostly to cater for darker colours) */ @@ -453,6 +453,12 @@ legend { margin-bottom: 0rem; } +.hidden-more { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + a { color: #0099e5; } @@ -489,8 +495,9 @@ a.pagination-previous.disabled, a.pagination-next.disabled { opacity: .5; } -h4 > a:hover { +h2 > a:hover { color: white; + text-shadow: 1px 2px 0px #161C1C; } .is-button-grey, .pagination-link { @@ -578,13 +585,6 @@ h4 > a:hover { } } -/* hidden text more */ -.hidden-more { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} - /* aplaylist */ .play-menu { height: 200px; diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index d8efba7..966d037 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -45,7 +45,7 @@ - +