mirror of
https://github.com/pawroman/zola-theme-terminimal
synced 2024-11-24 21:43:02 +00:00
fix: Missing semicolon in border color for green-auto.scss
This commit is contained in:
parent
4f96dd4da5
commit
2b55b768ac
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
--background: white;
|
||||
--color: #201030;
|
||||
--border-color: rgba(0,0,16,.125)
|
||||
--border-color: rgba(0,0,16,.125);
|
||||
|
||||
div.logo {
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue