mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-03 13:33:32 +01:00
12 lines
196 B
CSS
12 lines
196 B
CSS
|
/* You can add global styles to this file, and also import other style files */
|
||
|
|
||
|
@import "./tw-theme.css";
|
||
|
|
||
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
body {
|
||
|
font-size: 14px;
|
||
|
}
|