Skip to content

Commit 1c99119

Browse files
committed
fix: more fitting shadow size globally
1 parent a5c162b commit 1c99119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system_files/shared/etc/bazaar/curated.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ css: |
1919
}
2020
2121
.global-section title {
22-
text-shadow: 1px 1px 4px rgba(0, 0, 5, 1);
22+
text-shadow: 2px 2px 4px rgba(0, 0, 5, 1);
2323
}
2424
2525
.global-section subtitle {
2626
font-weight: 400;
27-
text-shadow: 4px 4px 8px rgba(0, 0, 5, 1);
27+
text-shadow: 2px 2px 4px rgba(0, 0, 5, 1);
2828
}
2929
3030
.global-section app-tile > button {

0 commit comments

Comments
 (0)