diff --git a/.gitignore b/.gitignore index 0f175e8..50e5136 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out - +.idea /data /dist .DS_Store diff --git a/resource/static/theme-hotaru/css/darkmode.css b/resource/static/theme-hotaru/css/darkmode.css index 83a518a..7c222b6 100644 --- a/resource/static/theme-hotaru/css/darkmode.css +++ b/resource/static/theme-hotaru/css/darkmode.css @@ -7,8 +7,13 @@ body.dark table.table-striped tr.even { background-color: #212f36; } +#servers tr:nth-child(odd) { + /* color: red; */ + background: #384d58; +} + body.dark table.table-striped tr.odd { - background-color: #2f3c42; + background-color: #384d58; } body.dark tr.expandRow {