Skip to content

Commit 6d861cb

Browse files
SpikatrixGurinderRawala
authored andcommitted
Remove font size from global styles (#82)
1 parent dbef786 commit 6d861cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

public/sass/base/_reboot.scss

-2
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ html {
6464

6565
// This is specified in runtime Emotion GlobalStyles but we need them for the Grafana loading styles
6666
html {
67-
font-size: $font-size-base;
6867
height: 100%;
6968
}
7069

7170
// This is specified in runtime Emotion GlobalStyles but we need them for the Grafana loading styles
7271
body {
7372
font-family: $font-family-sans-serif;
74-
font-size: $font-size-base;
7573
line-height: $line-height-base;
7674
color: $text-color;
7775
background-color: $body-bg;

0 commit comments

Comments
 (0)