23 lines
335 B
Plaintext
Raw Permalink Normal View History

2025-03-03 09:24:14 -08:00
// Base
// -------------------
// Used for global styles
// Or to override certain Pulsar core styles
// -------------------
body {
font-size: @font-size;
color: @text-color;
background-color: @app-background-color;
}
atom-pane {
border-right: 1px solid @base-border-color;
&:last-child {
border-right: none;
}
}