|
|
@ -1,7 +1,7 @@
|
|
|
|
html {
|
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 100%;
|
|
|
|
font-size: 100%;
|
|
|
|
background: $contentBackground;
|
|
|
|
background: $documentBackground;
|
|
|
|
|
|
|
|
|
|
|
|
@media #{$mediumScreen} { font-size: 93.75%; }
|
|
|
|
@media #{$mediumScreen} { font-size: 93.75%; }
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -17,6 +17,7 @@ body {
|
|
|
|
color: $textColor;
|
|
|
|
color: $textColor;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
|
|
|
|
background: $contentBackground;
|
|
|
|
touch-action: manipulation;
|
|
|
|
touch-action: manipulation;
|
|
|
|
-webkit-tap-highlight-color: rgba(black, 0);
|
|
|
|
-webkit-tap-highlight-color: rgba(black, 0);
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|