sf-b5f / src /variables.css
Mikelue's picture
Add 12 files
1512e66
raw
history blame contribute delete
199 Bytes
@tailwind base;
@tailwind components;
:root {
--text-color: #4e4c4d;
--primary-color: #159969;
--primary-lightgray-color: #f1f1f1;
--primary-beige-color: #f7f7f7;
--background-color: #ffffff;
}