Skip to content

Commit

Permalink
chore: Website style tuning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed May 13, 2024
1 parent 56a5f11 commit f982c3c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 10 additions & 3 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ project:

website:
title: "LogAnalyzer"
page-footer: "By Appsilon with 💙 | Copyright 2024 ©"
repo-url: https://github.com/Appsilon/LogAnalyzer
google-analytics: "G-FQQZL5V93G"
navbar:
left:
- href: README.md
text: Home
logo: "https://avatars0.githubusercontent.com/u/6096772"
right:
- text: GitHub
icon: github
href: https://github.com/Appsilon/LogAnalyzer
- text: Appsilon
href: https://appsilon.com/

format:
html:
Expand Down
10 changes: 8 additions & 2 deletions docs/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* css styles */
:root {
--primary-color: #009CFF;
--primary-color: #0099F9;
}

.navbar {
Expand Down Expand Up @@ -49,4 +49,10 @@ button.btn.btn-primary.btn-copy-ex {

#footer-banner {
max-width: 796px;
}
}

.navbar-logo {
height: auto;
width: 4rem;
max-height: max-content;
}

0 comments on commit f982c3c

Please sign in to comment.