update styles

This commit is contained in:
Jesús
2019-11-25 12:17:41 -05:00
parent a55e9898a0
commit 6d8b198cc1
2 changed files with 10 additions and 10 deletions

View File

@@ -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;