summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2016-02-01 13:15:36 +0100
committerJakub Steiner <jimmac@gmail.com>2016-02-01 13:15:36 +0100
commitc67499686eb40b821784561fbb0596cc470d8017 (patch)
treedb74621a057db3fd036e0a10cf74b45ee2158c78
parent1d35c2890aaee1d297f0976b8166141747be6d1f (diff)
downloadgnome-shell-sass-c67499686eb40b821784561fbb0596cc470d8017.tar.gz
make week numbers more ligible
https://bugzilla.gnome.org/show_bug.cgi?id=683245
-rw-r--r--_common.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/_common.scss b/_common.scss
index e97e763..e4c0176 100644
--- a/_common.scss
+++ b/_common.scss
@@ -861,11 +861,11 @@ StScrollBar {
.calendar-week-number {
font-size: 70%;
font-weight: bold;
- width: 2.8em; height: 2em;
- border-radius: 2px 1em 2px 2px;
- padding: 0.9em 0 0;
- margin: 3px;
- background-color: transparentize($fg_color,0.9);
+ width: 2.3em; height: 1.8em;
+ border-radius: 2px;
+ padding: 0.5em 0 0;
+ margin: 6px;
+ background-color: transparentize($fg_color,0.7);
color: $bg_color;
}