Files
ReZygisk/webui/css/base.css
RainyXeon / a3accd7a94 add: base for webui support in rezygisk
This commit will add the base for webui in rezygisk
2024-11-12 00:08:28 -03:00

13 lines
265 B
CSS

* {
background-color: #181c20;
color: #fff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
body {
margin: 0;
}
a {
text-decoration: none !important;
}