body { background: white; color: black; } .panel { background: #FFF; border: #EEE 1px solid; border-radius: 10px; color: cornflowerblue; } .meta-block h2 { color: goldenrod; border-top: 3px lightgray solid; } table { color: #eb4300; border: #e100ca 1px solid; border-radius: 6px; } 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);*/ } a, a:visited { color: #e100ca; color: oklch(62.5% 0.291 334.06); } :root { /*--font-gradient: linear-gradient(90deg,#7209d4,#2832d4 33%,#00a5b2);*/ }