mirror of https://github.com/BOINC/boinc.git
14 lines
243 B
CSS
14 lines
243 B
CSS
|
# 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;
|
||
|
}
|