mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
Merge pull request #1066 from kernelb00t/patch-1
Adapt font size if laptop or not
This commit is contained in:
commit
643ca7b3d7
@ -21,7 +21,7 @@ $large-font-family: Roboto, "M+ 1c", Cantarell, Sans-Serif;
|
|||||||
// font sizes
|
// font sizes
|
||||||
$root-font-size: if($laptop == 'false', 15px, 13px);
|
$root-font-size: if($laptop == 'false', 15px, 13px);
|
||||||
$subheading-size: if($laptop == 'false', 17px, 15px);
|
$subheading-size: if($laptop == 'false', 17px, 15px);
|
||||||
$base_font_size: 11pt;
|
$base_font_size: if($laptop == 'false', 11pt, 10pt);
|
||||||
|
|
||||||
// opacities
|
// opacities
|
||||||
$higher_opacity: 0.9;
|
$higher_opacity: 0.9;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user