Skip to content
Thao Doan edited this page Feb 17, 2015 · 1 revision

Reference colors from thao, presumes a black background

a:link { color: white; }
a:active { color: #FDB714; }
a:visited { color: white; }
a:hover { color: #FDB714; }

/* Panel Colors */

.getting_started { background-color: #BFD730; }
.pro_tips { background-color: #40DBF6; }
.writing_modules { background-color: #B41E8E; }
.faq {
  background-color: #F2A51F;
  a:link { color: white; }
  a:active { color: #F2A51F; }
  a:visited { color: white; }
  a:hover { color: #F2A51F; }
}
Clone this wiki locally