1
0
Fork 0
forked from sr2/hugo-sr2

feat: tweaks

This commit is contained in:
Iain Learmonth 2026-01-26 09:00:12 +00:00
parent c6c01ffb8b
commit 6f61ccff24
6 changed files with 18 additions and 6 deletions

View file

@ -86,6 +86,9 @@ main {
margin-right: auto;
padding: 1rem 1.25rem;
}
a {
color: v.$color_primary;
}
}
.page__title {
@ -111,4 +114,12 @@ main {
background-color: v.$color_hr;
margin: 32px 0px;
}
}
.alert {
display: block;
background-color: rgb(250, 215, 118);
padding: .75rem;
text-align: center;
font-weight: bold;
}