This repository has been archived on 2026-02-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
swift-duct-calc/Public/css/main.css

14 lines
175 B
CSS

:root {
--primary: #ff66ff;
--secondary: #00ffcc;
--dark-bg: #14141f;
--bg: #1e1e2e;
--hover-bg: #444;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}