Skip to content

Commit

Permalink
Fixed the frontpage blog posts not being synced with the variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecks20 committed Jun 9, 2024
1 parent 32a93c9 commit 1a15ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
margin: 10px auto;
padding: 23px;
border-radius: 10px;
background-color: #17181a;
background-color: var(--object-colour);
color: white;
text-align: center;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ body {
width: 900px;
margin: 10px auto;
margin-bottom: 50px;

}

.remove-colour {
Expand Down

0 comments on commit 1a15ce1

Please sign in to comment.