Skip to content

Commit 5a48fe1

Browse files
committed
change the theme to the new logo and highlight color
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent 34a91bc commit 5a48fe1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

css/theme/source/percona.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $headingColor: #3C3C3C;
2222
$headingTextShadow: none;
2323
$headingTextTransform: none;
2424
$backgroundColor: #fff;
25-
$linkColor: #E97E03;
25+
$linkColor: #653df4;
2626
$linkColorHover: lighten( $linkColor, 20% );
2727
$selectionBackgroundColor: rgba(0, 0, 0, 0.99);
2828

dist/theme/percona.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
3333
--r-heading3-size: 1.55em;
3434
--r-heading4-size: 1em;
3535
--r-code-font: monospace;
36-
--r-link-color: #E97E03;
37-
--r-link-color-dark: #9d5502;
38-
--r-link-color-hover: #fdaf55;
36+
--r-link-color: #653df4;
37+
--r-link-color-dark: #4312f2;
38+
--r-link-color-hover: #8464f6;
3939
--r-selection-background-color: rgba(0, 0, 0, 0.99);
4040
--r-selection-color: #fff;
4141
}

img/logo.png

-179 KB
Loading

0 commit comments

Comments
 (0)