Remove glow effect from CRT-style code blocks

This commit is contained in:
david-swift 2025-04-13 14:38:45 +02:00
parent 4e6f1af806
commit 456f459d67

View File

@ -1,6 +1,6 @@
.crt {
margin: 1rem 0 1rem;
box-shadow: var(--edge-highlight), var(--shadow-glow);
box-shadow: var(--edge-highlight), var(--shadow);
border-radius: var(--rounded-corner);
background-image: radial-gradient(
color-mix(in srgb, var(--accent-color) 30%, black),