Skip to content

Commit

Permalink
chore: Include LICENSE and add more styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed May 14, 2024
1 parent f982c3c commit 8265257
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 43 deletions.
File renamed without changes.
12 changes: 11 additions & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@ project:
type: website
render:
- README.md
- LICENSE.md

website:
title: "LogAnalyzer"
page-footer: "By Appsilon with 💙 | Copyright 2024 ©"
repo-url: https://github.com/Appsilon/LogAnalyzer
google-analytics: "G-FQQZL5V93G"
navbar:
background: "#0099F9"
foreground: "#fff"
logo: "https://avatars0.githubusercontent.com/u/6096772"
left:
- text: Home
icon: house
href: README.md
- text: License
icon: key
href: LICENSE.md
right:
- text: GitHub
icon: github
Expand All @@ -19,7 +29,7 @@ website:

format:
html:
theme: pulse
theme: cosmo
css: styles.css
toc: true

Expand Down
48 changes: 6 additions & 42 deletions docs/styles.css
Original file line number Diff line number Diff line change
@@ -1,50 +1,14 @@
/* css styles */
:root {
--primary-color: #0099F9;
}

.navbar {
background-color: var(--primary-color) !important;
}


#navbar > ul.navbar-nav > li.nav-item > a {
color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .active > .nav-link {
background-color: var(--primary-color) !important;
color: #fff !important;
}

.navbar-brand {
.navbar-nav > .nav-item > .nav-link.active {
color: #fff !important;
font-weight: bold;
}

#navbar > ul.navbar-nav > li.nav-item a:hover {
background-color: var(--primary-color) !important;
}

.navbar-dark input[type="search"] {
background-color: #fff !important;
color: #444 !important;
}

nav .text-muted {
color: #d8d8d8 !important;
}

a {
color: var(--primary-color);
}

a:hover {
color: #2c2b2b;
.navbar-nav > .nav-item > a.nav-link:hover {
color: #c2c2c2 !important;
}

button.btn.btn-primary.btn-copy-ex {
background-color: var(--primary-color);
border-color: var(--primary-color);
.navbar a.navbar-brand:hover {
color: #c2c2c2 !important;
}

#footer-banner {
Expand Down

0 comments on commit 8265257

Please sign in to comment.