Changeset - 4fbf225e96f7
[Not reviewed]
Merge
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-15 01:52:02
_@chrisjrn.com
Merge pull request #47 from northbaypython/josh/copy

make links in body copy look like links
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -290,6 +290,12 @@ body.about {
 

	
 
body.news {
 
  h2, .h2 {
 
    font-size: 28px;
 
  }
 
}
 

	
 
body:not(.home) {
 
  a:not(.btn) {
 
    text-decoration: underline;
 
  }
 
}
0 comments (0 inline, 0 general)