diff --git a/assets/css/theme-neon.css b/assets/css/theme-neon.css index df1494b6bf..34d325defc 100644 --- a/assets/css/theme-neon.css +++ b/assets/css/theme-neon.css @@ -1,16 +1,16 @@ :root { --PRIMARY-color: rgba( 243, 0, 178, 1 ); /* brand primary color */ - --SECONDARY-color: rgb( 154, 111, 255, 1 ); /* brand secondary color */ + --SECONDARY-color: rgb( 50, 189, 243, 1 ); /* brand secondary color */ --ACCENT-color: rgba( 255, 255, 0, 1 ); /* brand accent color, used for search highlights */ --MAIN-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of content and h1 titles */ - --MAIN-LINK-HOVER-color: rgb( 171, 147, 255, 1 ); /* hovered link color of content */ + --MAIN-LINK-HOVER-color: rgb( 80, 215, 255, 1 ); /* hovered link color of content */ --MAIN-BG-color: rgba( 16, 16, 16, 1 ); /* background color of content */ /* optional overwrites for specific headers */ --MAIN-TITLES-TEXT-color: rgba( 243, 0, 178, 1 ); /* text color of h2-h6 titles and transparent box titles */ - --MAIN-TITLES-H3-color: rgba( 0, 243, 211, 1 ); /* text color of h3-h6 titles */ - --MAIN-TITLES-H4-color: rgba( 255, 255, 0, 1 ); /* text color of h4-h6 titles */ + --MAIN-TITLES-H3-color: rgba( 255, 255, 0, 1 ); /* text color of h3-h6 titles */ + --MAIN-TITLES-H4-color: rgba( 154, 111, 255, 1 ); /* text color of h4-h6 titles */ --CODE-theme: neon; /* name of the chroma stylesheet file */ --CODE-BLOCK-color: rgba( 248, 248, 242, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */