forked from kyma-project/kyma
-
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.
Update website style sheet (kyma-project#18559)
* update stylesheet * stylesheet changes * remove an accidenatlly pushed file * remove unnecessary changes * adjust code font weight * change font weight to 600 * decrease h1 font size *0.95) * revert unintentional changes * revert unintentional changes * revert unintentional changes * remove blank lines
- Loading branch information
1 parent
61275fc
commit ebbeea5
Showing
2 changed files
with
27 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
:root { | ||
/* Theme */ | ||
--sidebar-width: 20rem; | ||
} | ||
--sidebar-nav-link-color--hover: var(--theme-color); | ||
--sidebar-nav-link-font-weight--active: bold; | ||
--sidebar-nav-link-text-decoration--active: none; | ||
--sidebar-nav-link-text-decoration--hover: none; | ||
|
||
--navbar-root-color--hover: var(--theme-color); | ||
|
||
--code-inline-color: inherit; | ||
--code-inline-background: hsla(113, 0%, 50%, 0.25); | ||
--code-font-size: calc(var(--font-size-m) * 0.9); | ||
--code-font-weight: inherit; | ||
|
||
--strong-color: inherit; | ||
|
||
--heading-h1-font-weight: 600; | ||
--heading-h1-margin: 2rem 0 0; | ||
--heading-h2-margin: 1.5rem 0 0; | ||
--heading-h3-margin: 1.5rem 0 0; | ||
--heading-h1-font-size: calc(var(--font-size-xxl)*0.95); | ||
|
||
--pagination-title-font-size: var(--font-size-m); | ||
--pagination-chevron-height: 2em; | ||
--pagination-chevron-stroke-width: 1.5px; | ||
} |
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