hugo-coder-fork/assets/scss/_footer.scss

33 lines
500 B
SCSS
Raw Normal View History

.footer {
width: 100%;
text-align: center;
2020-02-02 19:52:12 +00:00
font-size: 0.8em;
line-height: 2rem;
margin-bottom: 1rem;
a {
color: $link-color;
}
}
2020-02-02 19:52:12 +00:00
.cs-mode-container {
margin: 0 0 0 0.3em;
}
.cs-mode-button {
padding: 0 0.3em;
border: none;
background: transparent;
font-family: $heading-font-family;
cursor: pointer;
&:hover {
color: $link-color;
text-decoration: underline;
}
}
.cs-mode-state {
text-transform: capitalize;
font-weight: $heading-font-weight--bold;
}