Skip to content

Commit 21656a5

Browse files
committed
test
Signed-off-by: Khusika Dhamar Gusti <[email protected]>
1 parent 5cb8fb7 commit 21656a5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

assets/css/_partial/_single/_related.scss

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010

1111
.related-title {
1212
margin-bottom: .5rem;
13-
font-size: 1.1rem;
13+
font-size: $toc-title-font-size;
1414
font-weight: bold;
1515
text-transform: uppercase;
1616
}
1717

1818
.related-content {
19+
font-size: $toc-content-font-size;
1920
max-height: calc(100vh - 205px);
2021
overflow: auto;
2122

@@ -27,21 +28,18 @@
2728

2829
li {
2930
position: relative;
30-
padding-left: 1rem;
31+
padding-left: .8rem;
3132
}
3233

3334
li::before {
3435
content: '|';
3536
position: absolute;
3637
left: 0;
37-
top: 0.1rem;
38-
color: $global-link-color;
39-
font-weight: 700;
40-
text-shadow: 0.5px 0 $global-link-color;
38+
color: $single-link-color;
39+
font-weight: bolder;
4140

4241
[theme=dark] & {
43-
color: $global-link-color-dark;
44-
text-shadow: 0.5px 0 $global-link-color-dark;
42+
color: $single-link-color-dark;
4543
}
4644
}
4745

0 commit comments

Comments
 (0)