Changeset - 51bcd9403188
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-11-01 19:32:52
brettcsmith@brettcsmith.org
css: Remove strong rule (to make it actually bold?).
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
 
html {
 
  // Quick hack to make a footer not-on-the-bottom look better.
 
  background: $background-filter;
 
}
 

	
 
body {
 
  padding-top: 50px;
 
  position: relative;
 
  font-weight: 300;  // Not overridable in bootstrap at the moment.
 
  /*background: url("../images/website-background.svg");
 
  background-size: cover;
 
  background-repeat: no-repeat;*/
 
}
 

	
 
.chunkfive {
 
    font-family: ChunkFivePrint, Impact, sans-serif;
 
}
 

	
 
// Not overridable in bootstrap at the moment
 
.dropdown-menu >li >a {
 
  font-weight: 300;
 
}
 

	
 
// Not overridable in bootstrap at the moment.
 
strong {
 
  font-weight: 500;
 
}
 

	
 
section {
 
  padding: 20px 0px;
 
}
 
.modal form {
 
  margin-bottom: 0px;
 
}
 

	
 
footer {
 
  padding-top: 40px;
 
  padding-bottom: 20px;
 
  //text-shadow: 0px 0px 0.5px lighten($logo-sky-blue, 0.1);
 
  //color: white;
 
}
 

	
 
.ftr-wrapper {
 
  background-image: linear-gradient(transparent, $background-filter, $background-filter, $background-filter);
 
  //background-color: black;
 
}
 

	
 
p.login-signup {
 
    margin-top: 20px;
 
}
 

	
 
.feature-columns {
0 comments (0 inline, 0 general)