Skip to content

Commit

Permalink
Update brightness and padding in universe.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yyevrahh committed Mar 21, 2024
1 parent 2fcf6a1 commit f31d4d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions universe.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ a:hover {
}

.ppl-1, .ppl-2, .ppl-3 {
padding-top: 30px;
filter: brightness(50%);
padding: 30px 6px 6px 6px;
line-height: 20px;
text-align: left;
font-family: "Plus Jakarta Sans", sans-serif;
Expand Down Expand Up @@ -252,6 +253,7 @@ a:hover {
transition: .5s ease-in-out;
}
.ppl-1:hover, .ppl-2:hover, .ppl-3:hover {
filter: brightness(100%);
color: black;
overflow-y: hidden;
background-image: none;
Expand All @@ -263,4 +265,5 @@ a:hover {
font-family: "Plus Jakarta Sans", sans-serif;
font-weight: bolder;
font-size: 40px;
}
}

0 comments on commit f31d4d3

Please sign in to comment.