Tweak the text-shadow in the weather display title CSS/SCSS

This commit is contained in:
mrkmntal 2026-04-15 22:59:16 -04:00
commit 2243bc4c9d
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
.title {
color: #eebe4b;
text-shadow: 3px 3px 0 #000,-1.5px -1.5px 0 #000,0 -1.5px 0 #000,1.5px -1.5px 0 #000,1.5px 0 0 #000,1.5px 1.5px 0 #000,0 1.5px 0 #000,-1.5px 1.5px 0 #000,-1.5px 0 0 #000;
text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0px -2px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 3px 3px 0px #000, 4px 4px 0px #000, 5px 5px 2px rgba(0, 0, 0, 0.8);
font-family: 'Star4000';
font-size: 24pt;
position: absolute;

File diff suppressed because one or more lines are too long