A fork of the Zola theme "Terminimal".
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
:root { |
|
--accent: rgb(120,226,160); |
|
--accent-alpha-70: rgba(120,226,160,.7); |
|
--accent-alpha-20: rgba(120,226,160,.2); |
|
|
|
--background: #1F222A; |
|
--color: white; |
|
--border-color: rgba(255, 255, 255, .1); |
|
}
|
|
|