dns-witch.net.eu.org/themes/juice/templates/_variables.html

40 lines
1.3 KiB
HTML

<style>
:root {
/* Primary theme color */
--primary-color: var(--chyornyi-black);
/* Primary theme text color */
--primary-text-color: var(--christmas-silver);
/* Primary theme link color */
--primary-link-color: var(---chyornyi-black);
/* Secondary color: the background body color */
--secondary-color: var(--sitter-red);
--secondary-text-color: var(--night-rider);
/* The background color of the table of content */
--toc-background-color: var(--sweet-grape);
/* Table of content text color */
--toc-text-color: var(--christmas-silver);
/* Highlight text color of table of content */
--toc-highlight-text-color: #FFFFFF;
/* Blockquote background color */
--blockquote-color: var(--sweet-grape);
/* Code text color */
--code-text-color: var(--christmas-silver);
/* Color used in the theme */
--sitter-red: #3a2333;
--chyornyi-black: #0c040b;
--christmas-silver: #e2e0e1;
--sweet-grape: #4a3a4e;
--dr-white: #faf9fa;
--night-rider: #303030;
--outer-space: #474747;
}
@font-face {
font-family: 'b612';
src: url('/fonts/b612-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
</style>