1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-11 19:08:36 +00:00
Files
UXP/devtools/client/webide/themes/logs.css
T

19 lines
202 B
CSS

html, body {
background: var(--theme-body-background);
color: var(--theme-body-color);
}
h1 {
font-size: 1.2em;
}
ul {
padding: 0;
font-size: 1em;
}
li {
list-style: none;
margin: 0;
}