boinc/html/user/custom.css

14 lines
243 B
CSS
Raw Normal View History

2016-11-28 23:22:17 +00:00
# fixes to light-backround themes
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;
}