hugo-theme-terminal/assets/css/variables.css

14 lines
390 B
CSS
Raw Normal View History

2019-01-28 00:11:02 +00:00
: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);
}
2020-11-15 23:25:10 +00:00
@custom-media --phone (max-width: 684px);
@custom-media --tablet (max-width: 900px);