Gnome-Shell: set recording indicator text color to white

This commit is contained in:
Daniel Ruiz de Alegría
2022-03-02 12:47:47 +01:00
parent 080a8be821
commit 04bb75e6c0
3 changed files with 5 additions and 0 deletions
@@ -142,6 +142,7 @@ $_osd_color: if($variant=='light', black, $fg_color);
color: $_panel_fg;
box-shadow: inset 0 0 0 100px rgba(255, 255, 255, if($variant == 'light', 1, .2));
}
&.screen-recording-indicator { color: white; }
}
.panel-button.clock-display {