From f5b2161d4c89f167ff18985f310c623ff1998fc6 Mon Sep 17 00:00:00 2001 From: Jakub Nowicki Date: Mon, 13 May 2024 15:05:33 +0200 Subject: [PATCH] chore: Website style tuning. --- docs/_quarto.yml | 13 ++++++++++--- docs/styles.css | 10 ++++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index c44486f..fe5f47b 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -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: diff --git a/docs/styles.css b/docs/styles.css index 083e77e..32ca3d9 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -1,6 +1,6 @@ /* css styles */ :root { - --primary-color: #009CFF; + --primary-color: #0099F9; } .navbar { @@ -49,4 +49,10 @@ button.btn.btn-primary.btn-copy-ex { #footer-banner { max-width: 796px; -} \ No newline at end of file +} + +.navbar-logo { + height: auto; + width: 4rem; + max-height: max-content; +}