Skip to content

Commit

Permalink
Ändrade style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JagGillarVatten committed Oct 20, 2023
1 parent fd979a3 commit bfa970c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ p:hover {

.button:hover {
background-color: #ff4081;
font-size: 1.6em;
font-size: 1.85em;
cursor: pointer;
}

Expand All @@ -101,7 +101,7 @@ p:hover {
position: center;
z-index: 1;
background-color: #ffffff;
font-size: 1.2em;
font-size: 1.5em;
border-radius: 0.5rem;
padding: 0.5rem;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
Expand All @@ -118,7 +118,7 @@ p:hover {

.dropdown-content a:hover {
background-color: #ff4081;
font-size: 1.8em;
font-size: 1.6em;
color: #ffffff;
}

Expand Down

0 comments on commit bfa970c

Please sign in to comment.