Compare commits

..

2 Commits

Author SHA1 Message Date
Said Achmiz
77a449449e Tweaked newspost listings title style 2020-02-10 21:47:04 -05:00
Said Achmiz
0235fa8c31 Fixed CSS bug in share icons 2020-02-10 21:45:52 -05:00

View File

@ -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. =*/
/*=--------------=*/