- added underline for links in tables

- fixed code tabs indents
This commit is contained in:
mortalis 2020-07-25 15:56:50 +02:00
parent efa5decadf
commit f41837208c
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -180,6 +180,10 @@ a {
.clickable {
cursor: pointer !important;
}
.table--tracklist .clickable:hover,
.table--charts .clickable:hover {
text-decoration: underline;
}
.fixed_footer footer {
position: sticky;