Changeset - c71011d6b36b
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-15 02:20:07
i@joshuasimmons.name
*backs away slowly* correct overzealous css selector
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -286,16 +286,16 @@ body.about {
 
    margin-top: 0.25em;
 
    margin-bottom: 1em;
 
  }
 
}
 

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

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