mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-09 17:23:42 +00:00
10 lines
187 B
SCSS
10 lines
187 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
body {
|
|
height: 100%;
|
|
margin:0;
|
|
padding:0;
|
|
background: #2e2e2e;
|
|
}
|
|
html {
|
|
height: 100%;
|
|
} |