Files
calendar/companion/global.css
T
Dhairyashil ShindeandGitHub a2a77376b3 fix: companion extension oauth (#25939)
* fix: companion extension oauth

* fix: ios build

* address cubics comments
2025-12-16 22:22:44 +00:00

17 lines
256 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--background: #ffffff;
--foreground: #000000;
}
input:focus {
--tw-ring-color: rgb(0 0 0);
--tw-border-opacity: 1;
border-color: rgb(0 0 0);
}
}