File diff 2a1e00eee2ef → 3c8f3635372b
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -14,24 +14,25 @@ p {
 
}
 

	
 
html {
 
  /* Standard colorss. */
 
  --khaki-green: #587733;
 
  --light-green: #afe478;
 
  --washed-green: #daf4be;
 
  --light-blue: #92d4d1;
 
  --washed-blue: #ddfbfa;
 
  --navy: #224c57;
 
  --orange: #ec6343;
 
  --orange-dim: #e05340;
 
  --orange-dimmer: #ce3520;
 
}
 

	
 
/* Some Tachyons-like classes to apply those standard colors. */
 
.bg-light-blue { background: var(--light-blue); }
 
.bg-orange { background: var(--orange); }
 
.orange { color: var(--orange); }
 
.b--light-blue { border-color: var(--light-blue); }
 
.navy { color: var(--navy); }
 

	
 
body {
 
  /* Native font stack as per Bootstrap 5.1. */
 
  font-family:
...
 
@@ -676,12 +677,19 @@ div.small-right, div.medium-right {
 
}
 

	
 
.press-release .date, .conservancy-blog .date {
 
  margin-bottom: 1rem;
 
}
 

	
 
/* Expanding sections. */
 
details summary {
 
  font-size: 1rem;
 
  font-weight: bold;
 
  padding: 0.5rem 0;
 
}
 

	
 
.conservancy-sustainer #feature-menu li.sustainer a,
 
.conservancy-donate #feature-menu li.donate a,
 
.conservancy-vizio #feature-menu li.donate a
 
{
 
  background-color: var(--orange-dimmer);
 
}