This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
@import "../utils/variables";
|
|
|
|
|
|
.socialNavbar {
|
|
ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
li {
|
|
display: inline;
|
|
}
|
|
}
|
|
a {
|
|
color: $white;
|
|
text-shadow: $black 0px 0px 2px;
|
|
-webkit-font-smoothing: antialiased;
|
|
display: inline-block;
|
|
margin: 10px;
|
|
}
|
|
} |