mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome-shell: Theme now uses system font
This commit is contained in:
@@ -3,7 +3,6 @@ $corner-radius: 2px;
|
||||
|
||||
/* GLOBALS */
|
||||
$font-size: 10;
|
||||
$font-family: Roboto,Ubuntu, Cantarell, Sans-Serif;
|
||||
$_bubble_bg_color: $osd_bg_color;
|
||||
$_bubble_fg_color: $fg_color;
|
||||
$_bubble_borders_color: $fg_color;
|
||||
@@ -11,7 +10,6 @@ $_bubble_transparent: transparentize($osd_bg_color, 0.17);
|
||||
$topbar_bg_color: transparentize($dracula,0.05);
|
||||
|
||||
stage {
|
||||
font-family: $font-family;
|
||||
@include fontsize($font-size);
|
||||
color: $fg_color;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
*****************/
|
||||
/* GLOBALS */
|
||||
stage {
|
||||
font-family: Roboto, Ubuntu, Cantarell, Sans-Serif;
|
||||
font-size: 10pt;
|
||||
color: #98abb2; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user