Update styles

This commit is contained in:
Jesús
2019-11-11 10:46:28 -05:00
parent 85e9b43f24
commit 9c1db3f042
2 changed files with 27 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
* bulma css framework (github.com/jgthms | bulma.io)
* Author: jeremy thomas
* Author: jesus e.
* Version: 1.0.2
* Version: 1.0.3
* Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE)
*/
/* basic formatting changes (mostly to cater for darker colours) */
@@ -94,7 +94,7 @@ li {
}
pre {
background-color: #282828;
background-color: #000;
color: #78dcfa;
}
@@ -115,25 +115,6 @@ video {
display: table;
}
.play-menu {
height: 200px;
overflow-y: auto;
}
.play-menu a {
color: white;
}
.play-menu a:hover {
background-color: #484848;
color: #fff;
}
.is-active-play {
color: #dd7325;
background-color: #dd7325;
}
/* Colors Code */
.highlight {
background: #000000;
@@ -234,7 +215,7 @@ video {
color: #cd00cd;
}
.highlight .s {
color: #cd0000;
color: #ffc400;
}
.highlight .na {
color: #cccccc;
@@ -271,7 +252,7 @@ video {
color: #cd00cd;
}
.highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
color: #cd0000;
color: #FFEA00;
}
.highlight .bp {
color: #cd00cd;
@@ -371,7 +352,7 @@ video {
}
.content blockquote {
background: black;
background: #0a0e0e;
color: white;
border-left: 4px solid #dbdbdb;
margin: 1.5rem 1rem;
@@ -519,3 +500,23 @@ h4 > a:hover {
padding: 0rem;
}
}
/* aplaylist */
.play-menu {
height: 200px;
overflow-y: auto;
}
.play-menu a {
color: white;
}
.play-menu a:hover {
background-color: #484848;
color: #fff;
}
.is-active-play {
color: #dd7325;
background-color: #dd7325;
}