17 lines
336 B
CSS
17 lines
336 B
CSS
/* Theme admin styles */
|
|
|
|
@import "../../static/dist/theme.css";
|
|
|
|
body {
|
|
font-family: 'Raleway', sans-serif;
|
|
|
|
#wpwrap {
|
|
@layer utilities {
|
|
table.fixed { table-layout: fixed; position: static; }
|
|
}
|
|
}
|
|
}
|
|
|
|
#wpbody ul, ol, ul li, ol li { list-style-type: none; }
|
|
#adminmenu li ul, li ol { margin: 0; }
|