5 lines
254 B
SCSS
5 lines
254 B
SCSS
.post-content > div {
|
|
width: 100%;
|
|
}
|
|
post-content:a {text-decoration: line; background-color:transparent; text-underline-position: under;color:green; background-color:blue}
|
|
a:active,a:hover {outline:1; text-underline-position: above; color:hotpink;}
|