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

     1  :root {
     2      --MAIN-TEXT-color: rgba( 50, 50, 50, 1 ); /* Color of text by default */
     3      --MAIN-TITLES-TEXT-color: rgba( 94, 94, 94, 1 ); /* Color of titles h2-h3-h4-h5-h6 */
     4      --MAIN-TITLES-H1-color: rgba( 34, 34, 34, 1 ); /* text color of h1 titles */
     5      --MAIN-LINK-color: rgba( 0, 189, 243, 1 ); /* Color of links */
     6      --MAIN-LINK-HOVER-color: rgba( 0, 130, 167, 1 ); /* Color of hovered links */
     7      --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* color of text by default */
     8  
     9      --CODE-theme: learn; /* name of the chroma stylesheet file */
    10      --CODE-BLOCK-color: rgba( 226, 228, 229, 1 ); /* fallback color for code text */
    11      --CODE-BLOCK-BG-color: rgba( 40, 42, 54, 1 ); /* fallback color for code background */
    12      --CODE-BLOCK-BORDER-color: rgba( 40, 42, 54, 1 ); /* color of block code border */
    13      --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* color for inline code text */
    14      --CODE-INLINE-BG-color: rgba( 255, 247, 221, 1 ); /* color for inline code background */
    15      --CODE-INLINE-BORDER-color: rgba( 251, 240, 203, 1 ); /* color of inline code border */
    16  
    17      --MENU-HOME-LINK-color: rgba( 224, 224, 224, 1 ); /* Color of the home button text */
    18      --MENU-HOME-LINK-HOVER-color: rgba( 240, 240, 240, 1 ); /* Color of the hovered home button text */
    19  
    20      --MENU-HEADER-BG-color: rgba( 132, 81, 161, 1 ); /* Background color of menu header */
    21      --MENU-HEADER-BORDER-color: rgba( 156, 111, 182, 1 ); /*Color of menu header border */
    22  
    23      --MENU-SEARCH-color: rgba( 255, 255, 255, 1 ); /* Color of search field text */
    24      --MENU-SEARCH-BG-color: rgba( 118, 72, 144, 1 ); /* Search field background color (by default borders + icons) */
    25      --MENU-SEARCH-BORDER-color: rgba( 145, 94, 174, 1 ); /* Override search field border color */
    26  
    27      --MENU-SECTIONS-ACTIVE-BG-color: rgba( 37, 31, 41, 1 ); /* Background color of the active section and its children */
    28      --MENU-SECTIONS-BG-color: rgba( 50, 42, 56, 1 ); /* Background color of other sections */
    29      --MENU-SECTIONS-LINK-color: rgba( 204, 204, 204, 1 ); /* Color of links in menu */
    30      --MENU-SECTIONS-LINK-HOVER-color: rgba( 230, 230, 230, 1 );  /* Color of links in menu, when hovered */
    31      --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 119, 119, 119, 1 ); /* Color of active category text */
    32      --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 255, 255, 255, 1 ); /* Color of background for the active category (only) */
    33  
    34      --MENU-VISITED-color: rgba( 0, 189, 243, 1 ); /* Color of 'page visited' icons in menu */
    35      --MENU-SECTION-SEPARATOR-color: rgba( 42, 35, 47, 1 ); /* Color of <hr> separator in menu */
    36  
    37      /* base styling for boxes */
    38      --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* color of the title text */
    39      --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */
    40      --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */
    41  }
    42  
    43  body a#R-logo,
    44  body a#R-logo:hover,
    45  body #R-logo svg,
    46  body #R-logo svg * {
    47      color: var(--INTERNAL-MENU-SEARCH-color);
    48      fill: var(--INTERNAL-MENU-SEARCH-color) !important;
    49  }