mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 12:20:12 +01:00
31 lines
424 B
SCSS
31 lines
424 B
SCSS
|
.site-footer {
|
||
|
@extend %padding-post;
|
||
|
z-index: -1;
|
||
|
display: inline-block;
|
||
|
text-align: center;
|
||
|
width: 100%;
|
||
|
color: var(--meta);
|
||
|
font-size: 0.9em;
|
||
|
|
||
|
.footer-icons {
|
||
|
ul {
|
||
|
list-style: none;
|
||
|
margin: 0;
|
||
|
|
||
|
li {
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: var(--link);
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
.fa-circle {
|
||
|
filter: brightness(0.85);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|