the code for my website (https://www.annwan.me)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
221 B

10 months ago
  1. @import 'colours.css';
  2. @import 'typography.css';
  3. @import 'layout.css';
  4. @import 'header.css';
  5. @import 'logo.css';
  6. @import 'about.css';
  7. @import 'footer.css';
  8. body {
  9. background-color: var(--bg);
  10. color: var(--fg);
  11. }