Skip to content

Commit f27a7ac

Browse files
committed
Brand styling changes
1 parent 8c0b5a3 commit f27a7ac

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

assets/css/theme-splunk-dark.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
@import "theme-relearn-dark.css";
22

33
:root {
4-
--PRIMARY-color: rgba( 237, 0, 144, 1 ); /* brand primary color */
5-
--SECONDARY-color: rgba( 237, 0, 144, 1 ); /* brand secondary color */
4+
--PRIMARY-color: rgba( 206, 0, 112, 1 ); /* brand primary color */
5+
--SECONDARY-color: rgba( 206, 0, 112, 1 ); /* brand secondary color */
66

7-
--MAIN-LINK-HOVER-color: rgba( 237, 0, 144, 1 ); /* hovered link color of content */
7+
--MAIN-LINK-HOVER-color: rgba( 206, 0, 112, 1 ); /* hovered link color of content */
88

99
--MENU-HOME-LINK-color: rgba( 255, 255, 255, 1 ); /* home button color if configured */
10-
--MENU-HOME-LINK-HOVER-color: rgba( 237, 0, 144, 1 ); /* hovered home button color if configured */
10+
--MENU-HOME-LINK-HOVER-color: rgba( 206, 0, 112, 1 ); /* hovered home button color if configured */
1111

1212
--MENU-HEADER-BORDER-color: rgba( 0, 0, 0, 1); /* border color of the menu header */
13-
--MENU-VISITED-color: rgba( 237, 0, 144, 1 ); /* icon color of visited menu topics if configured */
13+
--MENU-VISITED-color: rgba( 206, 0, 112, 1 ); /* icon color of visited menu topics if configured */
1414
}

assets/css/theme-splunk-light.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
@import "theme-relearn-light.css";
22

33
:root {
4-
--PRIMARY-color: rgba( 237, 0, 144, 1 ); /* brand primary color */
4+
--PRIMARY-color: rgba( 206, 0, 112, 1 ); /* brand primary color */
55
--SECONDARY-color: rgba( 237, 0, 144, 1 ); /* brand secondary color */
66

7-
--MAIN-LINK-HOVER-color: rgba( 237, 0, 144, 1 ); /* hovered link color of content */
7+
--MAIN-LINK-HOVER-color: rgba( 206, 0, 112, 1 ); /* hovered link color of content */
88

99
--MENU-HOME-LINK-color: rgba( 255, 255, 255, 1 ); /* home button color if configured */
10-
--MENU-HOME-LINK-HOVER-color: rgba( 237, 0, 144, 1 ); /* hovered home button color if configured */
10+
--MENU-HOME-LINK-HOVER-color: rgba( 206, 0, 112, 1 ); /* hovered home button color if configured */
1111

1212
--MENU-HEADER-BORDER-color: rgba( 0, 0, 0, 1); /* border color of the menu header */
13-
--MENU-VISITED-color: rgba( 237, 0, 144, 1 ); /* icon color of visited menu topics if configured */
13+
--MENU-VISITED-color: rgba( 206, 0, 112, 1 ); /* icon color of visited menu topics if configured */
1414

1515
}

0 commit comments

Comments
 (0)