refactor: resource attribution

This commit is contained in:
Ben Goldsworthy 2025-05-14 17:29:46 +02:00
parent 1a61aeade0
commit 24bfa733ba
No known key found for this signature in database
12 changed files with 169 additions and 99 deletions

View file

@ -0,0 +1,17 @@
.attr {
position: absolute;
background-color: $dark;
font-size: 0.7em;
color: $light;
inline-size: fit-content;
padding-block: 0.2em;
padding-inline: 0.5em;
opacity: 0.8;
margin-block: 0 !important;
margin-inline: auto;
top: 0;
& a {
color: $light;
}
}