fix(css): ensure infobox links are readable

Updated the color of links in infobox components to white for better readability and visual consistency with the infobox background. This adjustment helps maintain a uniform look and improve user experience.

Fixes #10.
This commit is contained in:
Kumi 2024-08-18 13:20:57 +02:00
parent b7ba63688d
commit f828386be8
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -265,6 +265,11 @@ h1 {
padding: 10px;
}
.infobox-above a,
.infobox-header a {
color: white;
}
.infobox-subheader {
background-color: #bbddff;
text-align: center;