mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
15 lines
167 B
CSS
15 lines
167 B
CSS
@import 'tailwindcss';
|
|
@plugin "daisyui";
|
|
|
|
:root {
|
|
--color-primary: #1f74bf;
|
|
}
|
|
|
|
@theme {
|
|
--font-inter: var(--font-inter);
|
|
}
|
|
|
|
html {
|
|
scrollbar-gutter: initial;
|
|
}
|