hns.ws/assets/style/config.css

25 lines
678 B
CSS

:root {
/* Font Stack */
--p-font: 'Public Sans', sans-serif;
--s-font: 'Libre Baskerville', sans-serif;
/* Primary Colors */
--b-color: #1b1b1b; /* bg */
--s-color: #222222; /* secondary */
--t-color: #f18a14; /* ternary */
--w-color: #ffffff; /* white */
--l-color: #308fe7; /* link */
--e-color: #d30012; /* error */
--hr-color: #ffffff1a; /* hr */
--hrs-color: #ffffff69; /* hr focus */
/* Font Colors */
--f-color: #dfdcdb; /* primary */
--fs-color: #8a8888; /* secondary */
--ft-color: #d4d3d3; /* trinary */
--fq-color: #b4b1b1; /* quaternary */
--fh-color: #d8d8d8; /* hover */
--h-color: #c9b2983a; /* text highlight */
}