aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scss/custom/_button.scss4
-rw-r--r--src/scss/custom/_elements.scss2
-rw-r--r--src/scss/custom/_hilite.scss4
-rw-r--r--src/scss/custom/_links.scss4
-rw-r--r--src/scss/custom/_main.scss2
-rw-r--r--src/scss/custom/_pagination.scss2
-rw-r--r--src/scss/custom/style.scss2
7 files changed, 10 insertions, 10 deletions
diff --git a/src/scss/custom/_button.scss b/src/scss/custom/_button.scss
index c70877b..0a11b2c 100644
--- a/src/scss/custom/_button.scss
+++ b/src/scss/custom/_button.scss
@@ -4,6 +4,10 @@
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;
diff --git a/src/scss/custom/_elements.scss b/src/scss/custom/_elements.scss
index 02c8871..d327f34 100644
--- a/src/scss/custom/_elements.scss
+++ b/src/scss/custom/_elements.scss
@@ -8,7 +8,7 @@ li {
}
pre {
- background-color: #282828;
+ background-color: #000;
color: #78dcfa;
}
diff --git a/src/scss/custom/_hilite.scss b/src/scss/custom/_hilite.scss
index 2b4fcd7..0dd5dd7 100644
--- a/src/scss/custom/_hilite.scss
+++ b/src/scss/custom/_hilite.scss
@@ -126,7 +126,7 @@
}
// Literal String
.s {
- color: #cd0000;
+ color: #ffc400;
}
// Name Attribute
.na {
@@ -175,7 +175,7 @@
}
// Literal String: Backtick, Char, Doc, Double, Escape, Heredoc, Interpol, Other, Regex, Single, Symbol
.sb, .sc, .sd, .s2, .se, .sh, .si, .sx, .sr, .s1, .ss {
- color: #cd0000;
+ color: #FFEA00;
}
// Name Builtin Pseudo
.bp {
diff --git a/src/scss/custom/_links.scss b/src/scss/custom/_links.scss
index 1173749..5c0d1d8 100644
--- a/src/scss/custom/_links.scss
+++ b/src/scss/custom/_links.scss
@@ -33,10 +33,6 @@ a {
}
}
-.pagination-list {
- margin-bottom: 1.5rem;
-}
-
h4 > a:hover {
color: white;
}
diff --git a/src/scss/custom/_main.scss b/src/scss/custom/_main.scss
index c4c4647..d4200f5 100644
--- a/src/scss/custom/_main.scss
+++ b/src/scss/custom/_main.scss
@@ -70,7 +70,7 @@
}
.content blockquote {
- background: black;
+ background: #0a0e0e;
color: white;
border-left: 4px solid #dbdbdb;
margin: 1.5rem 1rem;
diff --git a/src/scss/custom/_pagination.scss b/src/scss/custom/_pagination.scss
index fa34528..d971811 100644
--- a/src/scss/custom/_pagination.scss
+++ b/src/scss/custom/_pagination.scss
@@ -4,5 +4,5 @@
}
.pagination-style-custom {
- padding-top: 50px;
+ margin-top: 50px;
}
diff --git a/src/scss/custom/style.scss b/src/scss/custom/style.scss
index 4a16629..c69cd26 100644
--- a/src/scss/custom/style.scss
+++ b/src/scss/custom/style.scss
@@ -3,7 +3,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)
*/