34 lines
554 B
CSS
34 lines
554 B
CSS
|
|
.post .article-image .post-meta-text, .post .article-image .post-meta-text a {
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
a {
|
||
|
|
text-decoration: underline !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
a.btn, .icon-rss, .icon-github, .icon-mastodon, h2.post-title a {
|
||
|
|
text-decoration: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content article .post-meta a {
|
||
|
|
color: #666665
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover {
|
||
|
|
transition: all 0.3s ease-out;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content article .post-meta, .pagination, .site-footer {
|
||
|
|
color: #888;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-social {
|
||
|
|
text-decoration: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip .fa.fa-rss {
|
||
|
|
margin-right: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ------------ FORM ------------ */
|