mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-10 05:43:09 -05:00
8 lines
87 B
CSS
8 lines
87 B
CSS
|
.light {
|
||
|
--fg: #333;
|
||
|
}
|
||
|
|
||
|
pre > code {
|
||
|
border-radius: 5px;
|
||
|
padding: 1.5rem;
|
||
|
}
|