make links in body copy look like links
This commit is contained in:
parent
8cec102508
commit
2f6819e340
1 changed files with 6 additions and 0 deletions
|
@ -249,3 +249,9 @@ body.news {
|
|||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
body:not(.home) {
|
||||
a:not(.btn) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue