User:Sur/vector.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sur (talk | contribs)
m Blanked the page
Tag: Blanking
Sur (talk | contribs)
m Undo revision 3846 by Sur (talk)
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 */
}

Revision as of 16:37, 8 September 2024

:root {
  --custom-span-color: #3498db; /* Define the custom color */
}

span {
  color: var(--custom-span-color); /* Apply the custom color to all <span> elements */
}