feat: dynamically style each post
This commit is contained in:
parent
8655cd7097
commit
d3811df2ce
4 changed files with 27 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue