diff --git a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css index 7abfce7c..8f0d72d3 100644 --- a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css @@ -587,7 +587,7 @@ StScrollBar { .world-clocks-button .world-clocks-time { font-weight: bold; color: #eeeeec; - font-feature-settings: "lnum"; + font-feature-settings: "tnum"; font-size: 11pt; text-align: right; } .world-clocks-button .world-clocks-timezone { diff --git a/share/themes/Kali-Light/gnome-shell/gnome-shell.css b/share/themes/Kali-Light/gnome-shell/gnome-shell.css index 0ccbc0d3..d2ed3fcf 100644 --- a/share/themes/Kali-Light/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Light/gnome-shell/gnome-shell.css @@ -586,7 +586,7 @@ StScrollBar { .world-clocks-button .world-clocks-time { font-weight: bold; color: #5c616c; - font-feature-settings: "lnum"; + font-feature-settings: "tnum"; font-size: 11pt; text-align: right; } .world-clocks-button .world-clocks-timezone { diff --git a/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_calendar.scss b/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_calendar.scss index ff87ab85..1c2cb2fb 100644 --- a/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_calendar.scss +++ b/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_calendar.scss @@ -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; } diff --git a/src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh b/src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh index 60fda4c4..0df9c54d 100755 --- a/src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh +++ b/src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh @@ -4,7 +4,7 @@ GREEN='\033[0;32m' YELLOW='\033[0;33m' RESET='\033[0m' -VERSION=3.36.2 +VERSION=3.36.4 echo echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"