mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-12 16:07:59 +00:00
fix #CSS for links in ~calm~ theme
This commit is contained in:
parent
252c347600
commit
3f20e20945
@ -1272,7 +1272,7 @@ textarea.splited-post {
|
||||
}
|
||||
|
||||
/* external http links */
|
||||
.post-text a[href^="http"] {
|
||||
.post-text a {
|
||||
font: italic 13px "Open Sans", sans-serif;
|
||||
text-decoration: none;
|
||||
color: #b46e67;
|
||||
@ -1283,7 +1283,7 @@ textarea.splited-post {
|
||||
transition: all 200ms;
|
||||
}
|
||||
|
||||
.post-text a[href^="http"]:hover {
|
||||
.post-text a:hover {
|
||||
color: #e18881;
|
||||
opacity: .8;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user