added blog post 2026/0208
This commit is contained in:
@@ -350,26 +350,22 @@
|
||||
|
||||
/* #region Lists (ul and LinkList) */
|
||||
.list, ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.list a, li {
|
||||
width: 100%;
|
||||
/* transition: color 0.1s ease-in-out; */
|
||||
margin: 0;
|
||||
padding: 0px 0;
|
||||
list-style-type: none;
|
||||
display: table-row;
|
||||
}
|
||||
.list a::before, li::before {
|
||||
content: "–";
|
||||
font-family: var(--font-mono);
|
||||
font-weight: bold;
|
||||
color: var(--color-highlight);
|
||||
margin: 0 4px 0 12px;
|
||||
}
|
||||
li::before {
|
||||
display: table-cell;
|
||||
padding-left: 12px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
.list a:hover::before {
|
||||
|
||||
Reference in New Issue
Block a user