mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
13 lines
200 B
SCSS
13 lines
200 B
SCSS
.footer-section {
|
|
width: 100%;
|
|
background-color: $background_bar;
|
|
margin: 0 !important;
|
|
padding: 1rem;
|
|
|
|
a {
|
|
color: $discreet;
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|