church-website/src/compositions/Footer/styles.module.scss
2026-04-09 11:47:47 +02:00

34 lines
No EOL
415 B
SCSS

@import "template.scss";
.logo {
width: 200px;
}
.container {
color: $base-color;
line-height: 130%;
}
.list {
list-style: square;
}
.list a {
color: inherit;
text-decoration: none;
}
.list li::marker {
color: color-mix(in srgb, $base-color 60%, transparent);
}
.list li {
margin-left: -10px;
white-space: nowrap;
}
.list li:hover::marker{
list-style: circle;
color: $contrast-color;
}