添加 idea 忽略文件,修改 css

This commit is contained in:
kkk 2021-03-02 10:36:42 +08:00
parent b4e6bc2ac8
commit 8df00492a5
2 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View File

@ -10,7 +10,7 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.idea
/data
/dist
.DS_Store

View File

@ -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 {