File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ $green: #a7ecad;
9
9
$bg-secondary : #3f6075 ;
10
10
$common-margin : 24px ;
11
11
12
- @use ' heti'
13
- with ( $line-length : none ,
12
+ @use ' heti' with (
13
+ $line-length : none ,
14
14
$darkmode : ' manual' ,
15
15
$manualmode-dark-selector : ' body.dark &' ,
16
16
$font-size-h2 : normal ,
@@ -37,11 +37,6 @@ with ($line-length: none,
37
37
38
38
h2 {
39
39
margin-bottom : $common-margin ;
40
-
41
- a :hover {
42
- border-block-end : inherit ;
43
- padding-block-end : 0 ;
44
- }
45
40
}
46
41
47
42
img {
@@ -75,6 +70,15 @@ with ($line-length: none,
75
70
padding : 5px 10px ;
76
71
color : white ;
77
72
user-select : none ;
73
+
74
+ > a :hover {
75
+ border-block-end : inherit ;
76
+ padding-block-end : 0 ;
77
+
78
+ & ::after {
79
+ content : ' ¶' ;
80
+ }
81
+ }
78
82
}
79
83
80
84
:root {
@@ -134,7 +138,6 @@ table {
134
138
border-collapse : collapse ;
135
139
136
140
tr {
137
-
138
141
th ,
139
142
td {
140
143
border : 1px solid $bg-secondary ;
192
195
193
196
.language-menu {
194
197
margin-top : -7px ;
195
- }
198
+ }
Original file line number Diff line number Diff line change 1
1
<script setup>
2
- const props = defineProps ({
2
+ defineProps ({
3
3
title: { type: String , required: true },
4
4
titleUrl: { type: String , default: undefined },
5
5
rightText: { type: String , default: undefined },
You can’t perform that action at this time.
0 commit comments