Skip to content

Commit 9298e7a

Browse files
committed
docs: changed home color for relearn theme
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
1 parent cd6ba43 commit 9298e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/themes/hugo-theme-relearn/static/css/theme-relearn-bright.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
--MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in config.toml */
2929
--SWAGGER-theme: light; /* name of the default Swagger theme for this variant, can be overridden in config.toml */
3030

31-
--MENU-HOME-LINK-color: #404040; /* home button color if configured */
31+
--MENU-HOME-LINK-color: #f4f4f4; /* home button color if configured */
3232
--MENU-HOME-LINK-HOVER-color: #000000; /* hovered home button color if configured */
3333

3434
--MENU-SEARCH-color: #404040; /* text and icon color of search box */

docs/themes/hugo-theme-relearn/static/css/theme-relearn-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
--MERMAID-theme: dark; /* name of the default Mermaid theme for this variant, can be overridden in config.toml */
2828
--SWAGGER-theme: dark; /* name of the default Swagger theme for this variant, can be overridden in config.toml */
2929

30-
--MENU-HOME-LINK-color: #404040; /* home button color if configured */
30+
--MENU-HOME-LINK-color: #e0e0e0; /* home button color if configured */
3131
--MENU-HOME-LINK-HOVER-color: #000000; /* hovered home button color if configured */
3232

3333
--MENU-SEARCH-color: #e0e0e0; /* text and icon color of search box */

0 commit comments

Comments
 (0)