Skip to content

Commit 3032d8c

Browse files
committed
styling
1 parent 1ce97b6 commit 3032d8c

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

src/components/WebRing.astro

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ import WebringBadge from "astro-webrings/badge";
4242
justify-content: center;
4343
margin-bottom: 3rem;
4444
max-width: fit-content;
45-
margin-inline:auto;
46-
45+
margin-inline: auto;
46+
4747
border: 1px #888 dotted;
4848
border-radius: 8px;
4949
padding-top: 1rem;
@@ -56,8 +56,13 @@ import WebringBadge from "astro-webrings/badge";
5656
transition: color 0.2s ease-in-out;
5757
line-height: 2;
5858
padding-bottom: 0.25rem;
59+
span {
60+
text-decoration: dotted underline;
61+
}
62+
&:hover {
63+
color: light-dark(#000, #fff);
64+
}
5965
}
60-
6166
}
6267
</style>
6368
<div id="cssjoy">
@@ -73,10 +78,12 @@ import WebringBadge from "astro-webrings/badge";
7378
>
7479
</div>
7580
<div id="foh">
76-
<a href="https://astro-webrings.lou.gg/prev?site=vtbag.dev&ring=friends-of-houston"
81+
<a
82+
href="https://astro-webrings.lou.gg/prev?site=vtbag.dev&ring=friends-of-houston"
7783
>&lt;<span>Prev</span></a
7884
><WebringBadge site="vtbag.dev" ring="friends-of-houston" />
79-
<a href="https://astro-webrings.lou.gg/next?site=vtbag.dev&ring=friends-of-houston"
85+
<a
86+
href="https://astro-webrings.lou.gg/next?site=vtbag.dev&ring=friends-of-houston"
8087
><span>Next</span>&gt;</a
8188
>
8289
</div>

0 commit comments

Comments
 (0)