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}
0 commit comments