10 lines
98 B
CSS
10 lines
98 B
CSS
|
/*
|
||
|
*@theme nix_talk
|
||
|
*/
|
||
|
|
||
|
@import 'default';
|
||
|
|
||
|
section {
|
||
|
background: #cef;
|
||
|
color: #135;
|
||
|
}
|