AIdentity

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

globals.css (168B)


      1 :root {
      2   --background: #0a0a0a;
      3   --foreground: #ededed;
      4 }
      5 
      6 html,
      7 body {
      8   max-width: 100vw;
      9 }
     10 
     11 body {
     12   color: var(--foreground);
     13   background: var(--background);
     14 }
     15