mirror of
https://github.com/safing/web
synced 2025-04-08 13:09:09 +00:00
10 lines
188 B
SCSS
10 lines
188 B
SCSS
.footer-section {
|
|
width: 100%;
|
|
background-color: $color_celeste_approx;
|
|
padding: 15px 0;
|
|
border-top: 1px solid $color_pink_swan_approx;
|
|
|
|
a {
|
|
color: $color_tapa_approx;
|
|
}
|
|
}
|