mirror of
https://gitlab.com/randompenguin/postbox.git
synced 2025-04-17 10:39:03 +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;
|
padding: 50px 30px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
[class^="postbox-"] a {
|
||||||
|
color: inherit !important;
|
||||||
|
}
|
||||||
|
[class^="postbox-"]:hover a,
|
||||||
|
[class^="postbox-"]:focus a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
/* Solid Color Backgrounds */
|
/* Solid Color Backgrounds */
|
||||||
.postbox-black {
|
.postbox-black {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|
Loading…
Add table
Reference in a new issue