Remove excess css

main
bashrc 2026-06-03 19:10:02 +01:00
parent 5f4339606c
commit c247d35fe6
1 changed files with 0 additions and 18 deletions

View File

@ -142,24 +142,6 @@
margin-block-end: 1em;
overflow-x: auto;
}
/* blog post list */
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: var(--visited-color);
}
</style>
</head>