Skip to content

Commit 1122be2

Browse files
committed
Code theme fix
1 parent ef14a47 commit 1122be2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/css/theme-splunk-dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import "theme-relearn-dark.css";
22

33
:root {
4+
--CODE-theme: relearn-dark; /* code theme */
45
--PRIMARY-color: rgba( 206, 0, 112, 1 ); /* brand primary color */
56
--SECONDARY-color: rgba( 206, 0, 112, 1 ); /* brand secondary color */
67

assets/css/theme-splunk-light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import "theme-relearn-light.css";
22

33
:root {
4+
--CODE-theme: relearn-light; /* code theme */
45
--PRIMARY-color: rgba( 206, 0, 112, 1 ); /* brand primary color */
56
--SECONDARY-color: rgba( 237, 0, 144, 1 ); /* brand secondary color */
67

0 commit comments

Comments
 (0)