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(35,176,255); |
|
--accent-alpha-70: rgba(35,176,255,.7); |
|
--accent-alpha-20: rgba(35,176,255,.2); |
|
|
|
--background: #1D212C; |
|
--color: white; |
|
--border-color: rgba(255, 255, 255, .1); |
|
}
|
|
|