Projet

Général

Profil

0001-scss-apply-basics-fonts-colors-styles-only-on-html-e.patch

Thomas Jund, 09 avril 2020 15:40

Télécharger (727 octets)

Voir les différences:

Subject: [PATCH] scss: apply basics fonts & colors styles only on html element
 (#41561)

 static/includes/_general.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_general.scss
5 5
$link-color: #028 !default;
6 6
$body-background: white !default;
7 7

  
8
html, body {
8
html {
9 9
	font-family: $font-family;
10 10
	font-size: $font-size;
11 11
	color: $font-color;
12
-