1
0
Fork 0
mirror of https://github.com/panr/hugo-theme-terminal.git synced 2025-03-30 17:53:33 +03:00
hugo-theme-terminal/source/css/variables.css
2019-01-28 01:11:02 +01:00

13 lines
384 B
CSS

:root {
--accent: #FFA86A;
--background: color-mod(var(--accent) blend(#1D1E28 98%));
--color: white;
--border-color: rgba(255, 255, 255, .1);
/* variables for js, must be the same as these in @custom-media queries */
--phoneWidth: (max-width: 684px);
--tabletWidth: (max-width: 900px);
}
@custom-media --phone (width < 684px);
@custom-media --tablet (width < 900px);