7 lines
76 B
CSS
7 lines
76 B
CSS
@layer theme {
|
|
header,
|
|
footer {
|
|
background-color: var(--base-200);
|
|
}
|
|
}
|