- 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 {
|
.clickable {
|
||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
}
|
}
|
||||||
|
.table--tracklist .clickable:hover,
|
||||||
|
.table--charts .clickable:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.fixed_footer footer {
|
.fixed_footer footer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
Loading…
Reference in New Issue
Block a user