mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-14 09:58:43 +01:00
First public release
This commit is contained in:
commit
deee53f745
66 changed files with 1956 additions and 0 deletions
9
sass/color/orange.scss
Normal file
9
sass/color/orange.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
:root {
|
||||
--accent: rgb(255,168,106);
|
||||
--accent-alpha-70: rgba(255,168,106,.7);
|
||||
--accent-alpha-20: rgba(255,168,106,.2);
|
||||
|
||||
--background: #222129;
|
||||
--color: white;
|
||||
--border-color: rgba(255, 255, 255, .1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue