@@ -778,14 +778,14 @@ html[data-theme="dark"] .avatar__name > a {
778778 font-size : 20px ;
779779}
780780
781- .sign-in -button, .console-button , . consulting -button {
781+ .start-free -button, .sign-in -button {
782782 font-weight : var (--ifm-font-weight-semibold );
783783 padding : 0.275rem 1.25rem ;
784784 vertical-align : middle;
785785 border-radius : 0.25rem ;
786786}
787787
788- .navbar-sidebar__item div [class = "menu__list-item" ]: not (: first-of-type ), .github-sm , .navbar-sidebar__item .menu__list-item--sign-in-button , . navbar-sidebar__item . menu__list-item--console-button , . navbar-sidebar__item . menu__list-item--consulting-button {
788+ .navbar-sidebar__item div [class = "menu__list-item" ]: not (: first-of-type ), .github-sm , .navbar-sidebar__item .menu__list-item--sign-in-button {
789789 margin-top : 1rem ;
790790 padding : var (--ifm-menu-link-padding-vertical )
791791 var (--ifm-menu-link-padding-horizontal );
@@ -799,26 +799,30 @@ html[data-theme="dark"] .avatar__name > a {
799799 color : inherit;
800800}
801801
802- html [data-theme = "light" ] .sign-in-button , html [data-theme = "light" ] .consulting-button {
803- color : var (--ifm-color-black );
804- border : 1px solid # ff6112 ;
802+ /* Primary CTA button - "Start free" */
803+ html [data-theme = "light" ] .start-free-button {
804+ color : # fff ;
805+ background-color : # 0F879D ;
806+ border : 1px solid # 0F879D ;
805807}
806808
807- html [data-theme = "dark" ] .sign-in-button , html [ data-theme = "dark" ] . consulting -button {
808- color : var ( --ifm-color-base ) ;
809- background-color : # ff6112 ;
809+ html [data-theme = "dark" ] .start-free -button {
810+ color : # fff ;
811+ background-color : # 0F879D ;
810812 border : 1px solid transparent;
811813}
812814
813- html [data-theme = "light" ] .console-button {
815+ /* Secondary button - "Sign in" */
816+ html [data-theme = "light" ] .sign-in-button {
814817 color : var (--ifm-color-black );
815- border : 1px solid # 0F879D ;
818+ border : 1px solid # 888 ;
819+ background-color : transparent;
816820}
817821
818- html [data-theme = "dark" ] .console- button {
822+ html [data-theme = "dark" ] .sign-in- button {
819823 color : var (--ifm-color-base );
820- background-color : # 0F879D ;
821- border : 1 px solid transparent;
824+ border : 1 px solid # 666 ;
825+ background-color : transparent;
822826}
823827
824828.github-container {
@@ -908,9 +912,9 @@ html[data-theme="dark"] .console-button{
908912 padding-top : 1.75rem ;
909913 }
910914
911- .sign-in -button, .console-button , . consulting -button {
915+ .start-free -button, .sign-in -button {
912916 display : flex;
913- width : 162 px ;
917+ width : 100 px ;
914918 justify-content : center;
915919 }
916920}
0 commit comments