github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/static/css/theme-relearn-bright.css (about)

     1  :root {
     2      --PRIMARY-color: rgba( 131, 201, 50, 1 ); /* brand primary color */
     3      --SECONDARY-color: rgba( 99, 128, 208, 1 ); /* brand secondary color */
     4      --ACCENT-color: rgb( 255, 102, 78, 1 ); /* brand accent color, used for search highlights */
     5  
     6      --MAIN-TEXT-color: rgba( 0, 0, 0, 1 ); /* text color of content and h1 titles */
     7      --MAIN-LINK-HOVER-color: rgba( 32, 40, 145, 1 ); /* hovered link color of content */
     8      --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* background color of content */
     9      --MAIN-TITLES-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of h2-h6 titles and transparent box titles */
    10  
    11      --CODE-theme: relearn-light; /* name of the chroma stylesheet file */
    12      --CODE-BLOCK-color: rgba( 39, 40, 34, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
    13      --CODE-BLOCK-BG-color: rgba( 250, 250, 250, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
    14      --CODE-BLOCK-BORDER-color: rgba( 216, 216, 216, 1 ); /* border color of block code */
    15      --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* text color of inline code */
    16      --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* background color of inline code */
    17      --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* border color of inline code */
    18  
    19      --BROWSER-theme: light; /* name of the theme for browser scrollbars of the main section */
    20      --MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
    21      --OPENAPI-theme: light; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
    22      --OPENAPI-CODE-theme: idea; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */
    23  
    24      --MENU-HEADER-BG-color: rgba( 0, 0, 0, 0 ); /* background color of menu header */
    25      --MENU-HEADER-SEPARATOR-color: rgba( 96, 96, 96, 1 ); /* separator color between menu header and menu */
    26  
    27      --MENU-HOME-LINK-color: rgba( 64, 64, 64, 1 ); /* home button color if configured */
    28      --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* hovered home button color if configured */
    29  
    30      --MENU-SEARCH-color: rgba( 64, 64, 64, 1 ); /* text and icon color of search box */
    31      --MENU-SEARCH-BG-color: rgba( 255, 255, 255, .2 ); /* background color of search box */
    32      --MENU-SEARCH-BORDER-color: transparent; /* border color of search box */
    33  
    34      --MENU-SECTIONS-BG-color: rgba( 131, 201, 50, 1 ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
    35      --MENU-SECTIONS-ACTIVE-BG-color: transparent; /* background color of the active menu section */
    36      --MENU-SECTIONS-LINK-color: rgba( 50, 50, 50, 1 ); /* link color of menu topics */
    37      --MENU-SECTIONS-LINK-HOVER-color: rgba( 255, 255, 255, 1 ); /* hovered link color of menu topics */
    38      --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 50, 50, 50, 1 ); /* text color of the displayed menu topic */
    39      --MENU-SECTION-SEPARATOR-color: rgba( 96, 96, 96, 1 ); /* separator color between menu sections and menu footer */
    40  
    41      --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* text color of colored box titles */
    42      --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* background color of colored boxes */
    43      --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of colored box content */
    44  }
    45  
    46  body a#R-logo,
    47  body a#R-logo:hover,
    48  body #R-logo svg,
    49  body #R-logo svg * {
    50      color: var(--MENU-SEARCH-color);
    51      fill: var(--MENU-SEARCH-color) !important;
    52  }