mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 22:54:45 +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 */
|
/* external http links */
|
||||||
.post-text a[href^="http"] {
|
.post-text a {
|
||||||
font: italic 13px "Open Sans", sans-serif;
|
font: italic 13px "Open Sans", sans-serif;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #b46e67;
|
color: #b46e67;
|
||||||
@ -1283,7 +1283,7 @@ textarea.splited-post {
|
|||||||
transition: all 200ms;
|
transition: all 200ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-text a[href^="http"]:hover {
|
.post-text a:hover {
|
||||||
color: #e18881;
|
color: #e18881;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user