Changeset - 2f6819e340fd
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-15 01:41:40
i@joshuasimmons.name
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
...
 
@@ -249,3 +249,9 @@ body.news {
 
    font-size: 28px;
 
  }
 
}
 

	
 
body:not(.home) {
 
  a:not(.btn) {
 
    text-decoration: underline;
 
  }
 
}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)