Skip to content

Commit d457b40

Browse files
committed
fix: update
1 parent d9ee0c0 commit d457b40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ip.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,25 @@ body {
7171
top: 0;
7272
left: 0;
7373
z-index:100;
74+
filter:saturate(0.8);
7475
}
7576

7677

7778
.header img {
7879
width: 50px;
7980
height: 50px;
8081
border-radius: 0px;
81-
border: 4px solid rgba(0, 0, 0, 0.2);
82+
border: 4px solid rgba(179, 179, 179, 0.2);
8283
border-radius: 50px;
84+
filter: saturate(1.1);
8385
}
8486

8587
.header-text {
8688
display: flex;
8789
flex-direction: column;
8890
line-height: 0.9;
8991
margin-left:-2px;
92+
margin-top:4px;
9093
}
9194

9295
.header h1 {

0 commit comments

Comments
 (0)