jekyll-theme-centos 2.2.0.beta.6 → 2.2.0.beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_sass/centos/_links.scss +5 -44
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3772b90fdfb33bad525eec2aa7316671369ceb59c7aa7fea442d71dbc32631c5
|
|
4
|
+
data.tar.gz: e3cd20bbdf8efe3d2ba545f119869dcdbe4225b7431326260e43987d7e0f0852
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55e8b7d0e23a3622370a57eb33ef36d5cca3be8fde98dfff7a029c2725d0be7c657440e6a8c4b6296b5ab3475920a9db44f840bf0001526619e135ed9c619d7d
|
|
7
|
+
data.tar.gz: 5319d33d18e6d73db498992b207ad9e9f609b5edf62354440790f34a9e3afb3f0a899739d18fabc4ebbd3de5fdb69ffce961ec29c901fa975124eed6358a0198
|
data/_sass/centos/_links.scss
CHANGED
|
@@ -1,50 +1,11 @@
|
|
|
1
1
|
/* CentOS Links
|
|
2
|
-
*
|
|
3
|
-
* Thanks Harshil Patel for sharing the code used as reference.
|
|
4
|
-
* https://css-tricks.com/css-link-hover-effects/
|
|
5
2
|
*/
|
|
6
|
-
|
|
7
|
-
position: relative;
|
|
8
|
-
padding-bottom: 5px;
|
|
9
|
-
|
|
10
|
-
&::before {
|
|
11
|
-
content: '';
|
|
12
|
-
position: absolute;
|
|
13
|
-
width: 100%;
|
|
14
|
-
height: 3px;
|
|
15
|
-
bottom: 0;
|
|
16
|
-
left: 0;
|
|
17
|
-
transform-origin: right;
|
|
18
|
-
transform: scaleX(0);
|
|
19
|
-
transition: transform .1s ease-in-out;
|
|
20
|
-
background-color: var(--bs-primary);
|
|
21
|
-
}
|
|
22
|
-
&:hover{
|
|
23
|
-
color: var(--bs-primary);
|
|
24
|
-
}
|
|
25
|
-
&:hover::before {
|
|
26
|
-
transform-origin: left;
|
|
27
|
-
transform: scaleX(1);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
// --------------------------------------------------------------------------------
|
|
32
|
-
// Exceptions
|
|
33
|
-
//
|
|
34
|
-
// By default, the link effects defined above are applied to all anchor
|
|
35
|
-
// elements. This is the desired behavior in most of cases. However there are
|
|
36
|
-
// some elements in which we don't what to apply the link effect. Such
|
|
37
|
-
// elements/classes are specified below.
|
|
38
|
-
// --------------------------------------------------------------------------------
|
|
39
|
-
.navbar, .rollers {
|
|
3
|
+
main {
|
|
40
4
|
a {
|
|
41
|
-
|
|
42
|
-
content: none;
|
|
43
|
-
}
|
|
5
|
+
text-decoration: none;
|
|
44
6
|
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
content: none;
|
|
7
|
+
|
|
8
|
+
a:hover {
|
|
9
|
+
text-decoration: underline;
|
|
49
10
|
}
|
|
50
11
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-centos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.0.beta.
|
|
4
|
+
version: 2.2.0.beta.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Release
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|