v0.5.163: полосатость ярче

This commit is contained in:
2026-06-22 15:08:15 +04:00
parent 7049b5aaa9
commit 9e6e22fadc
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -88,8 +88,8 @@
}
td:last-child { border-right: none; }
tr:last-child td { border-bottom: none; }
tr:nth-child(even) td { background: #fafbfc; }
tr:nth-child(even):hover td { background: #f1f5f9; }
tr:nth-child(even) td { background: #f1f5f9; }
tr:nth-child(even):hover td { background: #e2e8f0; }
tr:hover td { background: #f8fafc; }
code { background: #f1f5f9; padding: .15rem .4rem; border-radius: 3px; font-size: .9em; }
.empty { text-align: center; color: var(--muted); padding: 2rem; }