codex.special
Version:
Module for making high-contrast version of websites.
34 lines (29 loc) • 623 B
CSS
/**
* Blue version styles
*/
body.special-blue,
.special-blue div,
.special-blue aside,
.special-blue footer,
.special-blue header,
.special-blue form,
.special-blue article {
background-color: #c1d1e6 ;
background-image: none ;
color: #3f5077 ;
}
.special-blue * {
box-shadow: none;
border-color: rgba(136, 136, 136, 0.24) ;
}
.special-blue input,
.special-blue textarea {
background-color: #d9e4f7 ;
color: #36465b ;
}
.special-blue a {
color: #082a90 ;
}
.special-blue a:hover {
color: #0034d2 ;
}