theme: Make world clock times tabular

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2825


(cherry picked from commit 71b3b03b2f)
This commit is contained in:
PrOF-kk 2020-05-24 10:55:26 +00:00 committed by Florian Müllner
parent 96f1d1b08d
commit 0abbd52646

View File

@ -204,7 +204,7 @@
.world-clocks-time {
font-weight: bold;
color: $fg_color;
font-feature-settings: "lnum";
font-feature-settings: "tnum";
@include fontsize($base_font_size);
text-align: right;
}