Skip to content

Commit 870ab2d

Browse files
committed
style the visitor count area
1 parent e660eb9 commit 870ab2d

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

styles.css

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,6 @@ html, body {
4848
max-width: 100vw;
4949
}
5050

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-
6451
.custom-cursor {
6552
display: none;
6653
position: absolute;
@@ -2721,3 +2708,26 @@ body.aside-hidden .interactive-sidebar {
27212708
margin: 4px 8px;
27222709
opacity: 0.5;
27232710
}
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+
}

0 commit comments

Comments
 (0)