Portfolio/pages/effects.css
Nye Evans 7764d06c37 big css changes
added some nice effects :)
2021-05-26 11:42:53 +01:00

44 lines
No EOL
696 B
CSS

a:hover:not(.galleryLink){
background-color: #ffd256;
color: #181818;
border-radius: 2px;
text-decoration: none;
}
span{
background-color: #ffd256;
color: #181818;
border-radius: 2px;
}
span:hover{
background-color: #181818;
color: #ffd256;
border-radius: 2px;
outline: solid 1px #ffd256;
}
::selection {
background-color: #ffd256;
color: #181818;
}
::-moz-selection {
background-color: #ffd256;
color: #181818;
}
::-o-selection {
background-color: #ffd256;
color: #181818;
}
::-ms-selection {
background-color: #ffd256;
color: #181818;
}
::-webkit-selection {
background-color: #ffd256;
color: #181818;
}