go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/nodes/static/_nextjs/src/css/colors.css (about)

     1  /*
     2   * Copyright (c) 2024 - Present. Will Charczuk. All rights reserved.
     3   * Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository.
     4   */
     5  /* add custom styles here ! */
     6  :root {
     7  	--bg-color-light: #383e47;
     8  	--bg-color-dark: rgb(37, 42, 49);
     9  	--bg-color-darkest: #111418;
    10  	--bg-color: #2f343c;
    11  	--text-color: #f6f7f9;
    12  	--text-color-muted: #abb3bf;
    13  
    14  	--table-bg-color: #2f343c;
    15  	--table-header-bg-color: #383e47;
    16  
    17  	--colors-gold-primary: #5C4405;
    18  	--colors-purple-primary: #5642A6;
    19  	--colors-green-primary: #165A36;
    20  	--colors-blue-primary: #184A90;
    21  	--colors-red-primary: #8E292C;
    22  }