mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
feat: add Emerald theme
This commit is contained in:
parent
dcdb3d3506
commit
eba36169bb
1 changed files with 14 additions and 0 deletions
14
modules/blox-tailwind/assets/css/themes/emerald.css
Normal file
14
modules/blox-tailwind/assets/css/themes/emerald.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* Hugo Blox color theme: EMERALD */
|
||||
:root {
|
||||
--color-primary-50: 236 253 245;
|
||||
--color-primary-100: 209 250 229;
|
||||
--color-primary-200: 167 243 208;
|
||||
--color-primary-300: 110 231 183;
|
||||
--color-primary-400: 52 211 153;
|
||||
--color-primary-500: 16 185 129;
|
||||
--color-primary-600: 5 150 105;
|
||||
--color-primary-700: 4 120 87;
|
||||
--color-primary-800: 6 95 70;
|
||||
--color-primary-900: 6 78 59;
|
||||
--color-primary-950: 2 44 34;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue