Skip to content

Commit d5a52f5

Browse files
AlexandreBonneauchrisvfritz
authored andcommitted
Set the background-color to white. (vuejs#452)
Set the background-color to white so that users whom changed the *default* background-color of their browser (ie. dark theme) can still see the website has intended by the designer.
1 parent 4943c54 commit d5a52f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/vue/source/css/_common.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body
77
-webkit-font-smoothing antialiased
88
-moz-osx-font-smoothing grayscale
99
color $medium
10+
background-color white
1011
margin 0
1112

1213
a

0 commit comments

Comments
 (0)