hugo-theme-terminal/assets/css/variables.scss
2023-05-06 19:38:57 +05:30

9 lines
195 B
SCSS

/* COLOR VARIABLES */
$background: mix($accent, #1D1E28, 2%);
$color: white;
$border-color: rgba(255, 255, 255, .1);
/* MEDIA QUERIES */
$phone: "max-width: 684px";
$tablet: "max-width: 900px";