This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
helseveileder/frontend/static/app.css

8 lines
91 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background: #eef0f3;
}