Cleaned up deprecated parts

This commit is contained in:
Bashy 2025-09-23 22:00:31 +02:00
parent d36bd76d52
commit 7be62fa41e
2 changed files with 0 additions and 8 deletions

View file

@ -9,7 +9,6 @@ favicon: images/assets/avatar.jpg
fontawesome: https://kit.fontawesome.com/bae8420862.js # Use your own kit here
primary_color: '#ffc107 !important'
tag_border: false # Add border to tags
column: 2 # Number of columns (2 or 3)
sidebar: true # Display sidebar
scarves: true # Display scarves

View file

@ -273,13 +273,6 @@ img:hover {
}
/* Post */
.column {
flex: 1;
display: flex;
flex-direction: column;
gap: 1em;
}
.post-header {
line-height: 100%;
color:#343a40;