mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-16 05:15:01 +01:00
vendor terminal
no more fucking submodule
This commit is contained in:
parent
a48053540e
commit
d2e858ddca
88 changed files with 8681 additions and 4 deletions
13
themes/terminal/assets/css/variables.css
Normal file
13
themes/terminal/assets/css/variables.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
: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 (max-width: 684px);
|
||||
@custom-media --tablet (max-width: 900px);
|
||||
Loading…
Add table
Add a link
Reference in a new issue