File diff 2a1e00eee2ef → 3c8f3635372b
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -23,6 +23,7 @@ html {
 
  --navy: #224c57;
 
  --orange: #ec6343;
 
  --orange-dim: #e05340;
 
  --orange-dimmer: #ce3520;
 
}
 

	
 
/* Some Tachyons-like classes to apply those standard colors. */
...
 
@@ -685,3 +686,10 @@ details summary {
 
  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);
 
}