-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
215 additions
and
181 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,67 @@ | ||
:root { | ||
--fibbo-primary: #B978ED; | ||
--fibbo-yellow: #F5EA70; | ||
--fibbo-black: #0A0901; | ||
--fibbo-black-300: #1A151E; | ||
--fibbo-secondary: #FFFBE4; | ||
--fibbo-secondary-300: #f4eecc; | ||
|
||
/* Font */ | ||
--vp-c-text-1: var(--fibbo-black); | ||
|
||
/* Brand Primary Color */ | ||
--vp-c-brand-1: #6e15db; | ||
--vp-c-brand-2: #6e15db; | ||
--vp-c-brand-1: var(--fibbo-primary); | ||
--vp-c-brand-2: var(--fibbo-primary); | ||
|
||
--vp-button-brand-bg: #6e15db; | ||
/* Primary Button */ | ||
--vp-button-brand-bg: var(--fibbo-primary); | ||
--vp-button-brand-hover-bg: var(--fibbo-primary); | ||
--vp-button-brand-active-bg: var(--fibbo-primary); | ||
--vp-button-brand-text: var(--vp-c-white); | ||
--vp-button-brand-hover-text: var(--vp-c-white); | ||
--vp-button-brand-active-text: var(--vp-c-white); | ||
|
||
/* Backgrounds */ | ||
--vp-c-bg-alt: #faf8fc; | ||
--vp-c-bg-soft: #faf8fc; | ||
--vp-c-bg: var(--fibbo-secondary); | ||
--vp-c-bg-alt: var(--fibbo-secondary-300); | ||
--vp-c-bg-soft: var(--fibbo-secondary-300); | ||
|
||
/* Sidebar */ | ||
--vp-sidebar-bg-color: #faf8fc; | ||
--vp-sidebar-bg-color: var(--fibbo-secondary); | ||
|
||
/* Black */ | ||
--vp-c-black: #0E0317; | ||
} | ||
|
||
/* Gray */ | ||
--vp-c-gray-3: #faf8fc; | ||
.VPButton.medium.alt { | ||
color: var(--fibbo-secondary); | ||
background: var(--fibbo-black-300); | ||
} | ||
.VPButton.medium.alt:hover { | ||
color: var(--fibbo-secondary); | ||
background: var(--fibbo-black-300); | ||
} | ||
.VPImage.logo { | ||
height: 90%; | ||
} | ||
|
||
.dark { | ||
/* Brand Primary Color */ | ||
--vp-c-brand-1: #700de9; | ||
--vp-c-brand-2: #700de9; | ||
--vp-c-brand-1: var(--fibbo-primary); | ||
--vp-c-brand-2: var(--fibbo-primary); | ||
|
||
--vp-button-brand-bg: #700de9; | ||
/* Font */ | ||
--vp-c-text-1: var(--fibbo-secondary); | ||
|
||
/* Backgrounds */ | ||
--vp-c-bg: #120220; | ||
--vp-c-bg-alt: #1b1231; | ||
--vp-c-bg-elv: #120220; | ||
--vp-c-bg-soft: #1b1231; | ||
--vp-c-bg: var(--fibbo-black); | ||
--vp-c-bg-alt: var(--fibbo-black-300); | ||
--vp-c-bg-elv: var(--fibbo-black-300); | ||
--vp-c-bg-soft: var(--fibbo-black-300); | ||
|
||
/* Sidebar */ | ||
--vp-sidebar-bg-color: #120220; | ||
|
||
/* Gray */ | ||
--vp-c-gray-3: #1b1231; | ||
|
||
/* Primary Button */ | ||
--vp-button-brand-hover-bg: #5105ae; | ||
--vp-sidebar-bg-color: var(--fibbo-black); | ||
|
||
/* Hero Background Image */ | ||
--vp-home-hero-image-background-image: linear-gradient(-45deg, #700de96a 40%, #8f00dc1a 50%); | ||
--vp-home-hero-image-filter: blur(44px); | ||
/* White */ | ||
--vp-c-white: var(--fibbo-secondary); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.