blocks

Body

Body light with dark variant

<body class="bg-glacier-100 text-glacier-700 selection:bg-glacier-darkblue selection:text-glacier-100 dark:bg-glacier-900 dark:text-glacier-200">
  <!-- This is a body block that sets base colors for text and background, along with text selection -->
</body>

Body dark

<body class="bg-glacier-900 text-glacier-200 selection:bg-glacier-darkblue selection:text-glacier-100">
  <!-- This is a body block that sets base colors for text and background, along with text selection -->
</body>

Body light

<body class="bg-glacier-100 text-glacier-700 selection:bg-glacier-darkblue selection:text-glacier-100">
  <!-- This is a body block that sets base colors for text and background, along with text selection -->
</body>
© 2021 Glacier Blocks