13 lines
260 B
CSS
13 lines
260 B
CSS
/* ignore GTK theme */
|
|
* {
|
|
all: initial;
|
|
}
|
|
|
|
@import "theme.css";
|
|
@import "styles/fonts.css";
|
|
@import "styles/global.css";
|
|
@import "styles/modules-center.css";
|
|
@import "styles/modules-left.css";
|
|
@import "styles/modules-right.css";
|
|
@import "styles/states.css";
|