File tree Expand file tree Collapse file tree 1 file changed +23
-13
lines changed Expand file tree Collapse file tree 1 file changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,6 @@ html, body {
48
48
max-width : 100vw ;
49
49
}
50
50
51
- a [href = "https://www.free-counters.org/" ] {
52
- display : none !important ;
53
- }
54
-
55
-
56
- a [href = "https://www.free-counters.org/stats/ifqw" ] svg {
57
- display : block;
58
- margin : 0 auto;
59
- color : var (--text-color , # fff );
60
- max-width : 100px ;
61
- height : auto;
62
- }
63
-
64
51
.custom-cursor {
65
52
display : none;
66
53
position : absolute;
@@ -2721,3 +2708,26 @@ body.aside-hidden .interactive-sidebar {
2721
2708
margin : 4px 8px ;
2722
2709
opacity : 0.5 ;
2723
2710
}
2711
+
2712
+ a [href *= "free-counters.org" ] {
2713
+ display : flex;
2714
+ flex-direction : column;
2715
+ align-items : center;
2716
+ justify-content : center;
2717
+ background : var (--surface-color , # 222 );
2718
+ border-radius : 10px ;
2719
+ box-shadow : 0 2px 8px rgba (0 , 0 , 0 , 0.10 );
2720
+ padding : 6px 12px ;
2721
+ margin : 10px auto;
2722
+ transition : box-shadow 0.2s , background 0.2s ;
2723
+ border : 1px solid var (--border-color , # 444 );
2724
+ text-decoration : none !important ;
2725
+ width : fit-content;
2726
+ }
2727
+
2728
+ a [href *= "free-counters.org" ] svg {
2729
+ display : block;
2730
+ margin : 0 auto;
2731
+ max-width : 100px ;
2732
+ height : auto;
2733
+ }
You can’t perform that action at this time.
0 commit comments