forked from PrivateCoffee/wikimore
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:
parent
b7ba63688d
commit
f828386be8
1 changed files with 5 additions and 0 deletions
|
@ -265,6 +265,11 @@ h1 {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.infobox-above a,
|
||||||
|
.infobox-header a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.infobox-subheader {
|
.infobox-subheader {
|
||||||
background-color: #bbddff;
|
background-color: #bbddff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue