init
This commit is contained in:
33
user/themes/custom-mediator/css/custom.css
Normal file
33
user/themes/custom-mediator/css/custom.css
Normal file
@@ -0,0 +1,33 @@
|
||||
.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 ------------ */
|
||||
Reference in New Issue
Block a user