mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
fix: table row hover highlighting in dark mode (#122)
This commit is contained in:
@@ -231,4 +231,8 @@ body {
|
|||||||
.path a {
|
.path a {
|
||||||
color: #3191ff;
|
color: #3191ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.paths-table tr:hover {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user