🐞 fix: Revert admin UI style overrides, typography updates (#9)
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 8s
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 8s
This commit is contained in:
@@ -1,16 +1,2 @@
|
||||
/* Theme admin styles */
|
||||
/* Light admin styles; avoid overriding core wp-admin UI */
|
||||
|
||||
@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; }
|
||||
|
||||
Reference in New Issue
Block a user