Altered footer content.
This commit is contained in:
@@ -32,7 +32,6 @@ body {
|
||||
/* Structure and global design */
|
||||
a, a:visited {
|
||||
color: #013F6D;
|
||||
fill: #013F6D;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -250,6 +249,20 @@ svg#url-qr-code {
|
||||
border-bottom: dashed 1px #013F6D;
|
||||
}
|
||||
|
||||
.icon-github svg {
|
||||
height: 1.2rem;
|
||||
width: 1.2rem;
|
||||
transition: fill 0.5s;
|
||||
}
|
||||
|
||||
.icon-github svg:hover {
|
||||
fill: #013F6D;
|
||||
}
|
||||
|
||||
a.icon-github:hover {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
@media screen and (max-width: 720px) {
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user