- added underline for links in tables
- fixed code tabs indents
This commit is contained in:
parent
efa5decadf
commit
f41837208c
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user