Skip to content

Commit 16d28b2

Browse files
Update main.css
1 parent 9bf718c commit 16d28b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arise-source/config/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*** Core page styles to set the primary colours and styles to be inherited by everything else ***/
22

33
/* Core Styling */
4-
html * {
4+
html {
55
font-size: 100%;
66
}
77

88
body {margin: 5% auto;
9-
font-family:-apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
9+
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
1010
font-size: 1rem;
1111
line-height: 1.8;
1212
background-color: #ffffff;
@@ -32,7 +32,7 @@ img {
3232

3333
pre, code {
3434
background-color: lightgrey;
35-
padding: 0.25rem5 0.5rem;
35+
padding: 0.25rem 0.5rem;
3636
border-radius: 0.25rem;
3737
font-family: monospace;
3838
font-size: 1rem;

0 commit comments

Comments
 (0)