1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 17:29:54 +00:00

better loading

This commit is contained in:
Laura
2025-08-10 14:54:14 +02:00
parent 0fc86ae5fc
commit 8996173b3f
4 changed files with 15 additions and 13 deletions

View File

@@ -105,19 +105,16 @@
.markdown th {
background: rgba(165, 173, 203, 0.07);
/* subtle neutral tint */
font-weight: 600;
color: #CAD3F5;
}
.markdown tr:nth-child(even) td {
background: rgba(165, 173, 203, 0.03);
/* very soft zebra */
}
.markdown tr:hover td {
background: rgba(165, 173, 203, 0.05);
/* gentle hover */
}
.markdown code,
@@ -140,6 +137,7 @@
border-radius: 6px;
line-height: 18px;
overflow: hidden;
tab-size: 4;
}
.markdown pre code {