Skip to content

Commit e8f3cb1

Browse files
committed
Increase font size by a smidge
In trying to follow [APCA][1], we need bigger fonts in order to have more colors in a dark mode. [1]: https://github.com/Myndex/SAPC-APCA
1 parent 0ec5d51 commit e8f3cb1

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

ui/frontend/Help.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
background-color: var(--background-color-high-contrast);
55
padding: 1em;
66
max-width: 800px;
7-
line-height: 1.5;
7+
line-height: 1.25;
88
}
99

1010
.code {

ui/frontend/Output.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
border: var(--border);
1717
border-right: none;
1818
background-color: var(--output-background-tab);
19-
line-height: 1.5em;
19+
line-height: 1.5;
2020

2121
&:last-of-type {
2222
border-right: var(--border);

ui/frontend/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ body {
205205
background-color: var(--background-color);
206206
padding: 0 1em;
207207
font-family: var(--primary-font);
208+
font-size: 18px;
208209
}
209210

210211
/* stylelint-disable-next-line selector-class-pattern */

ui/frontend/shared.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.-bodyMonospace {
2-
font-size: 0.9em;
2+
font-size: inherit;
3+
line-height: 1.25;
34

45
/* http://code.stephenmorley.org/html-and-css/fixing-browsers-broken-monospace-font-handling/
56
* ACE uses Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;

0 commit comments

Comments
 (0)