feat: dynamically style each post

This commit is contained in:
Barrett Ruth 2024-06-22 13:53:26 -05:00
parent 8655cd7097
commit d3811df2ce
4 changed files with 27 additions and 18 deletions

View file

@ -45,7 +45,7 @@ header {
.post-title::before {
content: "";
position: absolute;
background-color: #0073e6;
background-color: var(--topic-color);
height: 30px;
width: 2px;
bottom: -10px;
@ -55,7 +55,7 @@ header {
.post-title::after {
content: "";
position: absolute;
background-color: #0073e6;
background-color: var(--topic-color);
width: 200px;
height: 2px;
bottom: -10px;