feat: increase default font size in stylesheet
This commit is contained in:
parent
b67ba6f7c2
commit
fc958a32dc
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
div.container {
|
div.container {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue