Skip to content

Commit

Permalink
Some font size recreation
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Oct 23, 2022
1 parent 3ae630f commit 4aab9ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ $_bubble_transparent: transparentize($osd_bg_color, 0.17);
$topbar_bg_color: transparentize($dracula,0.05);

stage {
@include fontsize($font-size);
//@include fontsize($font-size);
font-size: 1em;
color: $fg_color;
}

Expand Down Expand Up @@ -1501,7 +1502,7 @@ StScrollBar {
/* DASHBOARD */

#dash {
font-size: 11pt;
font-size: 120%;
color: $topbar_color;
background-color: $topbar_bg_color;
padding: 6px 0;
Expand Down Expand Up @@ -1726,7 +1727,7 @@ StScrollBar {

// Banners
.notification-banner {
font-size: 12pt;
font-size: 120%;
width: 34em;
margin: 5px;
border-radius: 3px;
Expand Down Expand Up @@ -1757,7 +1758,7 @@ StScrollBar {
}
}
.summary-source-counter {
font-size: 12pt;
font-size: 120%;
font-weight: bold;
height: 1.6em; width: 1.6em;
-shell-counter-overlap-x: 3px;
Expand Down
8 changes: 4 additions & 4 deletions gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*****************/
/* GLOBALS */
stage {
font-size: 14pt;
font-size: 1em;
color: #bfc3cd; }

/* WIDGETS */
Expand Down Expand Up @@ -1364,7 +1364,7 @@ StScrollBar {

/* DASHBOARD */
#dash {
font-size: 11pt;
font-size: 120%;
color: white;
background-color: rgba(22, 25, 37, 0.95);
padding: 6px 0;
Expand Down Expand Up @@ -1558,7 +1558,7 @@ StScrollBar {
link-color: #ff8833; }

.notification-banner {
font-size: 12pt;
font-size: 120%;
width: 34em;
margin: 5px;
border-radius: 3px;
Expand Down Expand Up @@ -1597,7 +1597,7 @@ StScrollBar {
color: #ff6a00; }

.summary-source-counter {
font-size: 12pt;
font-size: 120%;
font-weight: bold;
height: 1.6em;
width: 1.6em;
Expand Down

0 comments on commit 4aab9ec

Please sign in to comment.