supplier_central_frontend/src/index.css
vickytechkey 125b1f9d26
Some checks failed
Beta CI/CD Pipeline / build-and-test (push) Failing after 47s
Beta CI/CD Pipeline / deploy-beta (push) Has been skipped
version 2 initial commit
2026-08-21 10:43:19 +05:30

15 lines
306 B
CSS

@import 'bulma/css/bulma.css';
:root {
--bulma-primary-h: 342deg;
--bulma-primary-s: 95%;
--bulma-primary-l: 15%;
--bulma-primary: #4d0218;
--bulma-link: #4d0218;
--bulma-body-background-color: #fbf9f8;
}
[data-theme='light'], :root {
color-scheme: light;
--bulma-scheme-main: #fbf9f8;
}