Skip to content

Commit

Permalink
Decrease font size of mean result and remove underline #581
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr committed Jul 25, 2023
1 parent e213c1a commit 82648af
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "../../../../bootstrap-variables";
@import "node_modules/bootstrap/scss/mixins";

$mean-font-size: 1.1rem;
$mean-font-size: $font-size-sm;

.filter-hover:hover {
background-color: $gray;
Expand Down Expand Up @@ -42,6 +42,20 @@ thead tr th {
line-height: 1;
}

td.name {
a {
text-decoration: none;
}

span:first-child {
text-decoration: underline;
}

span:first-child:hover {
text-decoration-color: $accent;
}
}

thead tr th.test-info-desktop {
display: none !important;
}
Expand Down

0 comments on commit 82648af

Please sign in to comment.