mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
6 lines
49 B
CSS
6 lines
49 B
CSS
|
|
:root {
|
||
|
|
--a: green;
|
||
|
|
}
|
||
|
|
p {
|
||
|
|
color: var(--a);
|
||
|
|
}
|