quick linx on front face

This commit is contained in:
Rhiannon Morris 2025-02-16 22:35:54 +01:00
parent da410a74f2
commit 38f3ee0a64
4 changed files with 58 additions and 11 deletions

View file

@ -201,6 +201,17 @@ actually exists
background: hsl(var(--menu-bg-hsl) / 75%);
padding: .1em .5em;
}
ul { padding-left: 0; }
#cube :is(:not(.boxy) > li, .bullety dd) {
list-style: none;
&::before {
content: url(../media/point_right.svg);
vertical-align: -20%;
height: 1em;
padding-right: 0.5ex;
}
}
}
@ -216,9 +227,6 @@ actually exists
/* the quick linx */
h3 { text-align: left; }
ul { padding-left: 0; }
li { list-style: none; }
--bg-image: url(../media/wave.webp);
background:
var(--bg-image) bottom right / auto 60% no-repeat,
@ -249,8 +257,6 @@ actually exists
dt { font-weight: 600; }
dd {
margin: 0 0 0 1em;
display: list-item;
list-style: '❧ ';
grid-column: 2 / 3;
a { font-weight: 700; }
}