mirror of
https://gitlab.com/randompenguin/postbox.git
synced 2025-04-08 20:30:15 +00:00
fixed appearance of links inside Postboxes
This commit is contained in:
parent
fcd2190af6
commit
20efd4fcd2
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue