Skip to content
Snippets Groups Projects
Commit da675904 authored by nizune's avatar nizune
Browse files

Small fixes

parent ef223f7f
Branches
No related merge requests found
......@@ -192,7 +192,7 @@
background-color: #EFEFEF;
}
&:active {background-color: #D9D9D9;}
&:active {background-color: #D9D9D9; opacity: 1;}
}
@media only screen and (max-width: 768px) {
......
......@@ -11,9 +11,10 @@
justify-content: center;
background-color: white;
transition: background-color ease-in-out .07s;
&:hover {background-color: #EFEFEF; text-decoration: none;}
&:active {background-color: #D9D9D9;}
&:active {background-color: #D9D9D9; opacity: 1;}
&.red {
color: white;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment