We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c117647 commit ccf236dCopy full SHA for ccf236d
assets/css/main.css
@@ -2273,13 +2273,18 @@ span.sc {
2273
.open-topics .item::after {
2274
display: block;
2275
position: absolute;
2276
- right: 30px;
2277
- top: 10px;
2278
- font: 32px/50px FontAwesome;
2279
- content: "\f107";
+ content: "";
+ width: 0;
+ height: 0;
+ border-left: 10px solid transparent;
2280
+ border-right: 10px solid transparent;
2281
+ border-top: 10px solid #939393;
2282
+ top: 20px;
2283
+ right: 20px;
2284
}
2285
.open-topics .item.open::after {
- content: "\f106";
2286
+ border-bottom: 10px solid #939393;
2287
+ border-top: none;
2288
2289
2290
.open-topics .item .text-content h4 {
0 commit comments