This commit is contained in:
fzorb 2024-12-23 22:30:41 +02:00
parent 7e76839994
commit 8ce2a5d4e4
22 changed files with 94 additions and 85 deletions

View file

@ -54,7 +54,7 @@ code { background: none; }
pre code { background: none; }
/* misc elements */
img, iframe, video { max-width: 100%; }
img, iframe, video { max-width: 100%; margin-bottom: none; }
main { hyphens: auto; }
blockquote {
background: #f9f9f9;
@ -67,4 +67,5 @@ table {
}
table thead th { border-bottom: 1px solid var(--bg3); }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: var(--bg3); }
thead, tfoot, tr:nth-child(even) { background: var(--bg3); }
ul {margin-top: none;}

View file

@ -1,8 +1,8 @@
:root {
--text-color: #fdfaff;
--accent: #ff4949;
--bg0: #110e0e;
--bg1: #292323;
--bg2: #131010;
--bg3: #2e2a2a;
}
--text-color: black;
--accent: #666;
--bg0: #eee;
--bg1: #ddd;
--bg2: #ddd;
--bg3: #f9f9f9;
}