github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/static/css/theme-red.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( 243, 28, 28, 1 ); /* Color of links */
     6      --MAIN-LINK-HOVER-color: rgba( 208, 22, 22, 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, 250, 233, 1 ); /* color for inline code background */
    15      --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* color of inline code border */
    16  
    17      --MENU-HOME-LINK-color: rgba( 56, 43, 43, 1 ); /* Color of the home button text */
    18      --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* Color of the hovered home button text */
    19  
    20      --MENU-HEADER-BG-color: rgba( 220, 16, 16, 1 ); /* Background color of menu header */
    21      --MENU-HEADER-BORDER-color: rgba( 226, 49, 49, 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( 185, 0, 0, 1 ); /* Search field background color (by default borders + icons) */
    25      --MENU-SEARCH-BORDER-color: rgba( 239, 32, 32, 1 ); /* Override search field border color */
    26  
    27      --MENU-SECTIONS-ACTIVE-BG-color: rgba( 43, 32, 32, 1 ); /* Background color of the active section and its children */
    28      --MENU-SECTIONS-BG-color: rgba( 49, 37, 37, 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( 243, 28, 28, 1 ); /* Color of 'page visited' icons in menu */
    35      --MENU-SECTION-SEPARATOR-color: rgba( 43, 32, 32, 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  }