aboutsummaryrefslogtreecommitdiffstats
path: root/dist/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/style.css')
-rw-r--r--dist/css/style.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/dist/css/style.css b/dist/css/style.css
index 89acedf..1448ce9 100644
--- a/dist/css/style.css
+++ b/dist/css/style.css
@@ -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;
}
@@ -215,7 +215,7 @@ video {
color: #cd00cd;
}
.highlight .s {
- color: #cd0000;
+ color: #ffc400;
}
.highlight .na {
color: #cccccc;
@@ -252,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;
@@ -352,7 +352,7 @@ video {
}
.content blockquote {
- background: black;
+ background: #0a0e0e;
color: white;
border-left: 4px solid #dbdbdb;
margin: 1.5rem 1rem;
@@ -419,10 +419,6 @@ a.pagination-previous.disabled, a.pagination-next.disabled {
opacity: .5;
}
-.pagination-list {
- margin-bottom: 1.5rem;
-}
-
h4 > a:hover {
color: white;
}
@@ -433,6 +429,10 @@ h4 > a:hover {
color: rgba(0, 0, 0, 0.7);
}
+.button {
+ vertical-align: unset;
+}
+
.button:hover, .pagination .is-current, .pagination-link:hover {
background-color: #dd7325;
border-color: transparent;
@@ -450,7 +450,7 @@ h4 > a:hover {
}
.pagination-style-custom {
- padding-top: 50px;
+ margin-top: 50px;
}
.footer {