20 lines
697 B
CSS
20 lines
697 B
CSS
/*! sans_dark.css 0.7.5 | MIT License | github.com/Gioni06/terminal.css */
|
|
|
|
:root {
|
|
--global-font-size: 15px;
|
|
--global-line-height: 1.4em;
|
|
--font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
--background-color: #222225;
|
|
--page-width: 60em;
|
|
--font-color: #e8e9ed;
|
|
--invert-font-color: #222225;
|
|
--secondary-color: #a3abba;
|
|
--tertiary-color: #a3abba;
|
|
--primary-color: #62c4ff;
|
|
--error-color: #ff3c74;
|
|
--progress-bar-background: #3f3f44;
|
|
--progress-bar-fill: #62c4ff;
|
|
--code-bg-color: #3f3f44;
|
|
--input-style: solid;
|
|
--display-h1-decoration: none;
|
|
} |