Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: update docusaurus styles and images #450

Merged
merged 3 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const projectName: String = 'zaakbrug';
const config: Config = {
title: 'ZaakBrug',
tagline: '',
favicon: 'img/waf-logo-favicon-16x16.png',
favicon: 'img/zaakbrug-icon.png',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down Expand Up @@ -53,12 +53,12 @@ const config: Config = {

themeConfig: {
// Replace with your project's social card
image: 'img/waf-logo-192x192.png',
image: 'img/zaakbrug-icon.png',
navbar: {
title: 'ZaakBrug',
logo: {
alt: 'WeAreFrank',
src: 'img/waf-logo-192x192.png',
src: 'img/zaakbrug-icon.png',
},
items: [
{
Expand Down
30 changes: 13 additions & 17 deletions docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,31 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #fdc300;
--ifm-color-primary-dark: #e4b000;
--ifm-color-primary-darker: #d7a600;
--ifm-color-primary-darkest: #b18900;
--ifm-color-primary-light: #ffca17;
--ifm-color-primary-lighter: #ffcd24;
--ifm-color-primary-lightest: #ffd54a;
--zaakbrug-color: rgb(0,255,194);
--zaakbrug-color-darker: rgb(0, 215, 143);
--ifm-color-primary: var(--zaakbrug-color-darker);
--ifm-footer-background-color: #1e1e1e;
--ifm-footer-color: var(--ifm-footer-link-color);
--ifm-footer-link-color: var(--ifm-color-white);
--ifm-footer-title-color: var(--ifm-color-white);
--ifm-footer-link-color: var(--zaakbrug-color);
--ifm-footer-title-color: var(--zaakbrug-color);
--ifm-code-font-size: 95%;
--ifm-hero-background-color: var(--ifm-color-primary-darkest);
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--ifm-link-hover-color: var(--zaakbrug-color );
--ifm-button-color: var(--zaakbrug-color);
--ifm-toc-border-color: var(--zaakbrug-color);
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #fdc300;
--ifm-color-primary-dark: #e4b000;
--ifm-color-primary-darker: #d7a600;
--ifm-color-primary-darkest: #b18900;
--ifm-color-primary-light: #ffca17;
--ifm-color-primary-lighter: #ffcd24;
--ifm-color-primary-lightest: #ffd54a;
--ifm-color-primary: var(--zaakbrug-color);
--zaakbrug-color-darker: rgb(0, 215, 143);
--ifm-background-color: #1e1e1e;
--ifm-footer-background-color: #fdc300;
--ifm-footer-background-color: var(--zaakbrug-color);
--ifm-footer-color: var(--ifm-footer-link-color);
--ifm-footer-link-color: var(--ifm-color-black);
--ifm-footer-title-color: var(--ifm-color-black);
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
--ifm-link-hover-color: rgb(0, 168, 129);
--ifm-toc-border-color: var(--zaakbrug-color);
}
Binary file added docusaurus/static/img/zaakbrug-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading