big css changes

added some nice effects :)
This commit is contained in:
Nye Evans 2021-05-26 11:42:53 +01:00
parent 84f03e6c20
commit 7764d06c37
3 changed files with 52 additions and 5 deletions

44
pages/effects.css Normal file
View file

@ -0,0 +1,44 @@
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;
}

View file

@ -13,6 +13,7 @@ body{
color: #ffd256;
background-color: #181818;
font-family: "roboto";
line-height: 1.3;
}
button{
@ -21,6 +22,7 @@ button{
color: #ffd256;
}
button:focus {
border: none;
outline: none;
@ -329,7 +331,7 @@ h1{
#socialBar{
justify-content: center;
font-size: 4vw;
font-size: 5vw;
margin-bottom: 0.8vh;
}
}