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
|
@ -248,4 +248,10 @@ body.news {
|
||||||
h2, .h2 {
|
h2, .h2 {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body:not(.home) {
|
||||||
|
a:not(.btn) {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue