Projet

Général

Profil

0001-general-allow-overloading-of-font-line-height-defaul.patch

Paul Marillonnet, 08 septembre 2022 11:02

Télécharger (841 octets)

Voir les différences:

Subject: [PATCH] general: allow overloading of font line height default
 variable (#68796)

 static/includes/_general.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_general.scss
2 2
$font-color: #333 !default;
3 3
$font-family: sans-serif !default;
4 4
$font-size: 100% !default;
5
$font-line-height: 1.4;
5
$font-line-height: 1.4 !default;
6 6
$link-color: #028 !default;
7 7
$link-decoration: none !default;
8 8
$link-hover-decoration: underline !default;
9
-