diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-05 15:18:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-05 15:18:08 -0500 |
commit | b8e0ab3671dbb8ce15787648772a992320cef16c (patch) | |
tree | cbf8676655fa337c3f5a4cfff1f625ab410a720e /dist/css/styles.css | |
parent | 0f3d51accfb4fc71ada94583488b5ddfc19db102 (diff) | |
download | libretube-theme-b8e0ab3671dbb8ce15787648772a992320cef16c.tar.lz libretube-theme-b8e0ab3671dbb8ce15787648772a992320cef16c.tar.xz libretube-theme-b8e0ab3671dbb8ce15787648772a992320cef16c.zip |
fix pagination color
Diffstat (limited to 'dist/css/styles.css')
-rw-r--r-- | dist/css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/css/styles.css b/dist/css/styles.css index 2504356..951bdea 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -556,6 +556,7 @@ li.mini:nth-child(2) { .page-link { background-color: #222; border: 1px solid #111; + color: #fff; } .page-item.disabled .page-link { @@ -568,7 +569,8 @@ li.mini:nth-child(2) { .page-link:hover { text-decoration: none; background-color: #0091EA; - border: solid 1px #111; + border: solid 1px #026de0; + color: #fff; } .page-item.active .page-link { |