Skip to content

Commit

Permalink
Add style
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jun 24, 2023
1 parent eed2cb2 commit 4582112
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/App.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
object-fit: contain;
}

* {
box-sizing: border-box;
}


a {
color: var(--clr-accent-light);
transition: color ease-in-out 0.3s;
Expand All @@ -46,6 +51,13 @@ input[type="file"] {
display: none;
}

i {
color: var(--clr-accent-light);
font-size: 1.6rem;
padding: 7px;
vertical-align: middle;
}

i:hover {
cursor: pointer;
transition: color ease-in-out 0.3s;
Expand Down

0 comments on commit 4582112

Please sign in to comment.