* fix: companion extension oauth * fix: ios build * address cubics comments
17 lines
256 B
CSS
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);
|
|
}
|
|
}
|