card open-graph
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s

This commit is contained in:
Julie Blanc 2026-01-06 15:43:31 +01:00
parent 4642425f43
commit dc223ae1b8
24 changed files with 1199 additions and 492 deletions

View file

@ -1,34 +1,14 @@
.keywords{
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 1ch;
li{
height: var(--h-block);
border-radius: calc(var(--h-block)*0.5);
border: var(--border-light);
font-size: var(--fs-normal);
overflow: hidden;
display: inline-block;
padding-right: 0.75ch;
a{
text-decoration: none;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding: 0 1.5ch;
line-height: 1;
padding-top: 2px;
}
&:hover{
border-color: var(--color-txt);
a{
color: currentColor;
&::before{
content: "#";
padding-right: 0.25ch;
}
}
}
}