Skip to content

Commit

Permalink
update vers
Browse files Browse the repository at this point in the history
  • Loading branch information
asyapluggedin committed Feb 8, 2024
1 parent 5a77c71 commit b14e397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.17.2
uses: shalzz/zola-deploy-action@v0.18.0
env:
# Target branch
PAGES_BRANCH: gh-pages
Expand Down
5 changes: 2 additions & 3 deletions sass/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ body[data-theme="light"] {
}
}


@media (prefers-color-scheme: light) {
body:not([data-theme="black"]) {
article > pre {
Expand All @@ -31,11 +30,11 @@ article {
color: var(--foreground);
text-align: center;
}
h1{
//h1 {
//font-family: 'Suisse Works';

// text-align: center;
}
// }
h2 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
Expand Down

0 comments on commit b14e397

Please sign in to comment.