boinc/html/user/custom_dark.css

48 lines
704 B
CSS
Raw Normal View History

2016-11-28 23:22:17 +00:00
# fixes to dark-backround themes to increase legibility
body, navbar-text, panel {
color:white;
}
table a:not(.btn), .table a:not(.btn), table a, .table a, a {
color: sandybrown;
2016-11-28 23:22:17 +00:00
text-decoration: none;
}
table a:hover, .table a:hover, a:hover {
color: sandybrown;
2016-11-28 23:22:17 +00:00
text-decoration: underline;
}
.nav.navbar-nav li a {
color: white;
}
.nav.navbar-nav li a:hover {
color: white;
}
.navbar-default .navbar-header {
color: white;
}
.navbar-default .navbar-header a:hover {
color: white;
}
hr {
border-color: #d0d0d0;
}
img.icon {
background-color: gray;
}
blockquote {
font-size: 15px;
}
pre, code {
color:white;
background-color: #333;
}