mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
添加 idea 忽略文件,修改 css
This commit is contained in:
parent
b4e6bc2ac8
commit
8df00492a5
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,7 +10,7 @@
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
.idea
|
||||
/data
|
||||
/dist
|
||||
.DS_Store
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user