jekyll-theme-console 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/jekyll-theme-console.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fecf643a50603af45c8b4bf22982b26e2317737bfce1804f3d6f6bb65795e8ed
|
4
|
+
data.tar.gz: fd9455a80c6826e0fa14dac817a79d3ac9f0339b51ae0dddbbc1fe04c2a25c78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61d37f9b041659362ee512af1c45714e5059d6b5ee0e3f62504922314e5d8594d79a08e83e17eff63a4ea6e51caa3d80f27d53575adb19cb55073b4290600670
|
7
|
+
data.tar.gz: 54824a5d51ed3f65c9cef60a8af21bcd25e2d4bda77ceb7410a514bcde07c1b5ab209f2f17dee42238e46688a51bd926f49e372c5a24b564d4c55f1d0aa775e5
|
@@ -19,7 +19,7 @@ $container-max-width: 600px !default;
|
|
19
19
|
*/
|
20
20
|
body { background-color: $background-color; margin: 0 auto; padding: 0; font-family: $base-font-family; font-size: $base-font-size; color: $text-color; text-align: left; line-height: $base-line-height !important; }
|
21
21
|
h1, h2, h3, h4, h5, h6 { font-size: $base-font-size; margin: 0px; margin-top: 25px; font-weight: bold; color: $text-color; }
|
22
|
-
p { margin: 0px; color: $text-color; }
|
22
|
+
p, ul, ol { margin: 0px; color: $text-color; }
|
23
23
|
a { text-decoration: underline; color: $link-color; }
|
24
24
|
a:hover { color: #000; background-color: #fff; }
|
25
25
|
.primary-text { color: $primary-color; }
|