diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-26 19:25:15 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-26 19:25:15 +0200 |
| commit | f99c2bb36ba021128d8eaa311c6ca1eb50678d98 (patch) | |
| tree | 8700023832ea3b7b2aa01bcd53e539795f275265 /webAO | |
| parent | 6f42857e57b00155b8b97187d66c6375e57944ec (diff) | |
make drops bigger
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/effects/rain.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/effects/rain.css b/webAO/styles/effects/rain.css index 0e350fa..846b35e 100644 --- a/webAO/styles/effects/rain.css +++ b/webAO/styles/effects/rain.css @@ -5,8 +5,8 @@ #client_fg p { position: absolute; bottom: 100%; - width: 1px; - height: 1em; + width: 2px; + height: 2em; transform: rotate(10deg); background: linear-gradient(rgba(200,200,200,0) 0%, rgba(200,200,200,0.5) 20%, rgba(250,250,250,0.6) 100%); animation: falling 1s linear infinite; |
