fixed appearance of links inside Postboxes

This commit is contained in:
Random Penguin 2025-03-24 13:22:57 -05:00
parent fcd2190af6
commit 20efd4fcd2

View file

@ -17,6 +17,13 @@
padding: 50px 30px;
box-sizing: border-box;
}
[class^="postbox-"] a {
color: inherit !important;
}
[class^="postbox-"]:hover a,
[class^="postbox-"]:focus a {
text-decoration: underline;
}
/* Solid Color Backgrounds */
.postbox-black {
background-color: black;