mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2024-11-15 10:29:02 +00:00
26 lines
448 B
SCSS
26 lines
448 B
SCSS
|
@import "settings";
|
||
|
@import "foundation";
|
||
|
|
||
|
@import "voltaicideas/pygments";
|
||
|
@import "voltaicideas/pygments_github";
|
||
|
|
||
|
@import "voltaicideas/icons";
|
||
|
|
||
|
#footer {
|
||
|
color: darken($secondary-color, 20%);
|
||
|
a {
|
||
|
color: desaturate($primary-color, 50%);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.social a{
|
||
|
i { display: none; }
|
||
|
}
|
||
|
|
||
|
@media #{$medium-up} {
|
||
|
.social a {
|
||
|
padding: 0 9px !important;
|
||
|
span { display: none; }
|
||
|
i { display: inline }
|
||
|
}
|
||
|
}
|