User:4erospace/common.css: Difference between revisions
CSS test |
m CSS test |
||
Line 1: | Line 1: | ||
a:-webkit-any-link { | a:-webkit-any-link { | ||
cursor: grab; | cursor: grab; | ||
} | |||
body { | |||
background-color: var(--background-color-base); | |||
} | } |
CSS test |
m CSS test |
||
Line 1: | Line 1: | ||
a:-webkit-any-link { | a:-webkit-any-link { | ||
cursor: grab; | cursor: grab; | ||
} | |||
body { | |||
background-color: var(--background-color-base); | |||
} | } |