Merge pull request #47 from northbaypython/josh/copy
make links in body copy look like links
This commit is contained in:
commit
4fbf225e96
1 changed files with 6 additions and 0 deletions
|
@ -293,3 +293,9 @@ body.news {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body:not(.home) {
|
||||||
|
a:not(.btn) {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue