Compare commits
2 Commits
31c155c8db
...
77a449449e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77a449449e | ||
|
|
0235fa8c31 |
@ -233,6 +233,12 @@ main nav .social-buttons a + a {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
/* “Share” button.
|
||||
*/
|
||||
main nav .social-buttons a.share {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
/*********/
|
||||
/* LINKS */
|
||||
/*********/
|
||||
@ -336,6 +342,10 @@ article h1 {
|
||||
padding-top: calc(0.5 * var(--deus-post-padding) + 0.125em);
|
||||
}
|
||||
|
||||
article h1 a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*=--------------=*/
|
||||
/*= “More” link. =*/
|
||||
/*=--------------=*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user