Merge remote-tracking branch 'origin/main' into router-implementation

This commit is contained in:
Roberto Tonino
2020-09-15 17:59:15 +02:00
35 changed files with 895 additions and 420 deletions

View File

@@ -80,7 +80,7 @@ body {
margin: 0px;
width: 100%;
height: 100%;
font-family: 'Open Sans';
font-family: 'Open Sans', 'sans-serif';
overflow: hidden;
background: var(--main-background);
color: var(--foreground);