User:Sur/vector.css: Difference between revisions
Appearance
m Blanked the page Tag: Blanking |
Tag: Undo |
||
Line 1: | Line 1: | ||
:root { | |||
--custom-span-color: #3498db; /* Define the custom color */ | |||
} | |||
span { | |||
color: var(--custom-span-color); /* Apply the custom color to all <span> elements */ | |||
} |