Skip to content
Snippets Groups Projects
Commit 9087ae85 authored by Olav Utne Skjeldal's avatar Olav Utne Skjeldal
Browse files

Css changes

parent d171552f
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,13 @@ ...@@ -55,6 +55,13 @@
font-size: 10px; font-size: 10px;
} }
.menybutton:hover {
background-color: #b82a31;
color: #ffe119;
filter: drop-shadow(0px 5px 3px black);
cursor: pointer;
}
.menyListe{ .menyListe{
width: 50%; width: 50%;
margin-left: auto; margin-left: auto;
......
...@@ -436,3 +436,9 @@ footer { ...@@ -436,3 +436,9 @@ footer {
background-color: #b82a31; background-color: #b82a31;
margin-top: 15px; margin-top: 15px;
} }
#navCart:hover{
cursor: pointer;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment