Skip to content

Commit

Permalink
cleanup: Fix Font Weight for Title
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed May 24, 2024
1 parent ba21a7f commit 44ac1f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions layouts/ArticleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,17 @@ function filterPosts(tag: string) {
h3 {
margin: 0 !important;
text-decoration: underline var(--color-accent) 1px solid;
font-weight: 900;
font-size: 24px;
a {
font-weight: 900;
}
}
p {
margin: 0;
color: var(--color-text);
text-decoration: none;
text-decoration: none;
font-weight: 500;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aplos",
"version": "1.6.0-1",
"version": "1.6.0-2",
"type": "module",
"description": "A sleek, contemporary, and purposefully designed VitePress theme",
"main": "index.ts",
Expand Down

0 comments on commit 44ac1f7

Please sign in to comment.