body { background: black; color: #EEE; scrollbar-color: #67005c #222; } .panel { background: #222; border: #333 1px solid; border-radius: 10px; color: cornflowerblue; } .meta-block h2 { color: gold; border-top: 3px gray solid; } table { color: #eb4300; border: #e100ca 1px solid; border-radius: 6px; } table tr:hover { background: oklch(76.47% 0.279 334.17); background: #512649; } th { /*background: oklch(62.5% 0.291 308.12);*/ background: linear-gradient(0deg,#b540ff,cornflowerblue); box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.5); text-shadow: 2px 1px 3px #000A; } a, a:visited { color: #e100ca; color: oklch(62.5% 0.291 334.06); } :root { /*--font-gradient: linear-gradient(90deg,#7209d4,#2832d4 33%,#00a5b2);*/ } .content { scrollbar-color: #e100ca #222; }