Skip to content

Commit 233166f

Browse files
Bikram GoleBikram Gole
authored andcommitted
Soften Android mascot body reflection near date badge
1 parent 3e423cc commit 233166f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

styles.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,12 +2028,13 @@ body.browser-vivaldi .penguin-glasses {
20282028
.android-body::before {
20292029
content: "";
20302030
position: absolute;
2031-
right: 10px;
2032-
top: 18px;
2033-
width: 24px;
2034-
height: 42px;
2035-
border-radius: 12px;
2036-
background: linear-gradient(180deg, rgba(241, 255, 198, 0.22), rgba(241, 255, 198, 0.04));
2031+
right: 12px;
2032+
top: 20px;
2033+
width: 10px;
2034+
height: 36px;
2035+
border-radius: 999px;
2036+
background: linear-gradient(180deg, rgba(241, 255, 198, 0.14), rgba(241, 255, 198, 0.02));
2037+
filter: blur(0.2px);
20372038
}
20382039

20392040
.android-head::after {

0 commit comments

Comments
 (0)