- this is faster to load/display and produces less problems with UI on multiple platforms - fixed few ui elements after changes
13 lines
270 B
CSS
13 lines
270 B
CSS
.menuselection, .guilabel {
|
|
font-size: .90em;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
font-style: oblique;
|
|
}
|
|
|
|
.version {
|
|
display: none;
|
|
}
|
|
|
|
.pre {
|
|
color: #000
|
|
}
|