mirror of
https://gitlab.com/randompenguin/zen_postbox.git
synced 2025-04-29 03:44:27 +02:00
Fixed appearance of links inside Postboxes
This commit is contained in:
parent
3324648c12
commit
f1e8f000d5
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
Add a link
Reference in a new issue