Skip to content

Commit cd6ba43

Browse files
committed
docs: changed menu home link color to brighter color
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
1 parent e0c0d5f commit cd6ba43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
}
522522

523523
#homelinks a {
524-
color: #404040 /* var(--MENU-HOME-LINK-color) */
524+
color: #f8f8f8 /* var(--MENU-HOME-LINK-color) */
525525
}
526526

527527
#homelinks a:hover {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--CODE-INLINE-BG-color: #fffae9; /* color for inline code background */
2323
--CODE-INLINE-BORDER-color: #f8e8c8; /* color of inline code border */
2424

25-
--MENU-HOME-LINK-color: #2e3b2e; /* Color of the home button text */
25+
--MENU-HOME-LINK-color: #f8e8c8; /* Color of the home button text */
2626
--MENU-HOME-LINK-HOVER-color: #000000; /* Color of the hovered home button text */
2727

2828
--MENU-HEADER-BG-color: #74b559; /* Background color of menu header */

0 commit comments

Comments
 (0)