integrates mobile css into the main website

This commit is contained in:
Nye Evans 2021-09-22 16:40:10 +01:00
parent c2b750623c
commit 5875404c1b
3 changed files with 97 additions and 12 deletions

View file

@ -28,15 +28,15 @@ button:focus {
outline: none;
}
a:link:not(.galleryLink), a:visited:not(.galleryLink){
a:not(.galleryLink), a:visited:not(.galleryLink){
color: #ffd256;
border-radius: 2px;
transition: background-color 0.5s, color 0.5s;
}
.galleryLink{
.galleryLink{ /*class to be given to any link that doesnt want fancy yellow backgrounds on hover*/
text-decoration: none;
color:#ffd256;
color:#181818;
}
h1{