boinc/html/user/custom.css

14 lines
246 B
CSS
Raw Normal View History

# BOINC fixes to light-background themes
2016-11-28 23:22:17 +00:00
table a:not(.btn), .table a:not(.btn), table a, .table a, a {
text-decoration: none;
}
table a:hover, .table a:hover, a:hover {
text-decoration: underline;
}
blockquote {
font-size: 15px;
2016-11-28 23:22:17 +00:00
}