jekyll-theme-console 0.2.7 → 0.2.8
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: c5e6fcc9f6764349aa5c243de2a2d1afd2091b1b3597c2da388e429d729e96ba
|
4
|
+
data.tar.gz: 9184d01fe8372558ff0af5579ba622c444e37f3011df556b687f0a3c55d281bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '01799abca5ee5213fb30e96af6201f7b87845f7afc6592236cf1d2a4381e229292554ecc37f42d519f72bafcfd0d54d9ba306f024b25d071e02116362c3b8bf1'
|
7
|
+
data.tar.gz: 18184a2b4212cc121aa5d1d75cb28c0098702de1fb959c362e408b6532f9c9638e85d13da6ac5bef98a6d35ffd054623d888d37327602ae59c31b7ca0e85fa14
|
@@ -78,7 +78,7 @@ input, select, textarea, textarea::-webkit-input-placeholder { text-indent: 0px;
|
|
78
78
|
::placeholder { color: $placeholder-color; opacity: 1; }
|
79
79
|
:-ms-input-placeholder { color: $placeholder-color; }
|
80
80
|
::-ms-input-placeholder { color: $placeholder-color; }
|
81
|
-
input[type=submit] { font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; cursor: pointer;
|
81
|
+
input[type=submit] { font-size: $base-font-size; font-family: $base-font-family; line-height: $base-line-height; cursor: pointer; color: $link-color; background-color: $background-color; }
|
82
82
|
input[type=submit]:hover { color: $background-color; background-color: $base-color; }
|
83
83
|
*:focus { outline: none; }
|
84
84
|
textarea { vertical-align: top; }
|