File tree 2 files changed +6
-19
lines changed
2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 56
56
font-size : 0.5em ;
57
57
list-style-type : none ;
58
58
display : inline-block ;
59
- background : get-light-color (' accent-color' );
60
59
margin-left : 0.2em ;
61
60
margin-right : 0.2em ;
62
61
margin-top : 0.6em ;
63
62
margin-bottom : 0.6em ;
64
63
}
65
64
a {
66
- color : get-light-color (' text-over-accent-color' );
67
65
text-decoration : none !important ;
68
66
}
69
67
}
@@ -143,17 +141,6 @@ html[data-theme='dark'] {
143
141
color : get-dark-color (' muted-text-color' );
144
142
}
145
143
146
- .tags {
147
- li {
148
- background : get-dark-color (' accent-color' );
149
- a {
150
- background-color : get-dark-color (' bg-card' );
151
- border : 1px solid get-dark-color (' muted-text-color' );
152
- color : get-dark-color (' text-over-accent-color' );
153
- }
154
- }
155
- }
156
-
157
144
.icon-button {
158
145
background-color : get-dark-color (' muted-text-color' );
159
146
color : get-dark-color (' text-over-accent-color' ) !important ;
Original file line number Diff line number Diff line change 1
1
< div class ="tags ">
2
- < ul style ="padding-left: 0; ">
3
- {{ range . }}
4
- {{ $url:= printf "tags/%s/" . }}
5
- < li class ="rounded "> < a href ="{{ $url | urlize | relLangURL }} " class ="btn, btn-sm "> {{ . }}</ a > </ li >
6
- {{ end }}
7
- </ ul >
2
+ < ul style ="padding-left: 0; ">
3
+ {{ range . }}
4
+ {{ $url:= printf "tags/%s/" . }}
5
+ < li class ="rounded "> < a href ="{{ $url | urlize | relLangURL }} " class ="btn btn-sm btn-info "> {{ . }}</ a > </ li >
6
+ {{ end }}
7
+ </ ul >
8
8
</ div >
You can’t perform that action at this time.
0 commit comments