1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00
apt/_sass/_base.scss
2019-10-22 15:05:22 +02:00

15 lines
212 B
SCSS

.markdown-body a {
color: $brand-color !important;
}
figure {
margin: 1em 0 !important;
}
.footer {
margin-top: 3em;
padding: 1em;
border-top: 1px solid $gray-300;
color: $text-gray;
}