12 lines
102 B
CSS
12 lines
102 B
CSS
.light{
|
|
--accent-color:#3F51B5;
|
|
}
|
|
.light .box{
|
|
background:
|
|
}
|
|
|
|
.dark{
|
|
--accent-color:#4d648d;
|
|
}
|
|
|