|
|
|
|
@ -24,7 +24,7 @@ body {
|
|
|
|
|
/* bring the default font size up to 14px */
|
|
|
|
|
font-size: .875em;
|
|
|
|
|
line-height: 1.6em;
|
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
|
|
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Ubuntu, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
|
|
color: var(--color-text);
|
|
|
|
|
text-align: center;
|
|
|
|
|
/* As guest, there is no color-background-plain */
|
|
|
|
|
@ -214,7 +214,7 @@ form #datadirField legend {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input, textarea, select, button, div[contenteditable=true] {
|
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
|
|
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Ubuntu, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
|
|
}
|
|
|
|
|
input,
|
|
|
|
|
input:not([type='range']),
|
|
|
|
|
|