This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
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.
With this commit, ZaRR should work with master branch of fjelltopp-th…
…eme without further changes (#5) Co-authored-by: toavina <[email protected]>
- Loading branch information
Showing
4 changed files
with
61 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
:root { | ||
/* theme*/ | ||
--theme: 'zarr'; | ||
/* palette */ | ||
--primary: #13240F; | ||
--secondary: #198A00; | ||
--background: #DFF0DB; | ||
--tag: #EF7D00; | ||
--tag-dark: #EF7D00; | ||
--tag-light: #EF7D00; | ||
--tag-background: #FCF0E3; | ||
--dark: #13240F; | ||
--light: #FFFFFF; | ||
--primary65: #9ad98c; | ||
--primary25: #DFF0DB; | ||
--primary10: #EBF1EA; | ||
--neutral-light-grey:#e6e7e8; | ||
--A11y: #757575; | ||
--highlight-box-bgcolor: #192f14; | ||
/* fonts */ | ||
--default-font-weight: 700; | ||
--default-font-size: 18px; | ||
--default-line-height: 20px; | ||
--default-font-family: 'Inter'; | ||
--default-font-color: #13240F; | ||
/* logo vertical bar (right) */ | ||
--logo-left-v-bar-display: none; /* or inline-block if shown */ | ||
--logo-left-v-bar-padding-right: 10px; /* set to 19px if visible */ | ||
/* promoted background color */ | ||
--promoted-background-color: #13240F; | ||
/* insights */ | ||
--show-insights-title-display: none; /* set to block to show */ | ||
--upper-container-display: none; /* set to flex to show */ | ||
--upper-container-display-mobile: none; /* set to block to show */ | ||
--lower-container-display: flex; /* set to flex to show */ | ||
--after-insights-min-height: 400px; | ||
/* masthead */ | ||
--masthead-visibility: block; | ||
--development-banner-visibility: block; | ||
--locales-visibility: none; | ||
/* recently updated */ | ||
--recently-updated-title-visibility: none; | ||
/* footer */ | ||
--footer-search-section-padding-top: 64px; | ||
--footer-search-section-padding-bottom: 0px; | ||
/* badge */ | ||
--badge-font-size: 0.7em; | ||
/* user profile */ | ||
--breadcrumbs-color: #FFFFFF; | ||
} | ||
|
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