integrates mobile css into the main website
This commit is contained in:
parent
c2b750623c
commit
5875404c1b
3 changed files with 97 additions and 12 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue