/*
Theme Name: 808 Aurora
Theme URI: https://808.su/
Author: 808 Community
Description: Client-style glass interface for 808 Community. Requires the 808 Core plugin.
Version: 0.1.3
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: a808-aurora
*/

html,
body {
  margin: 0;
  min-height: 100%;
  background: #050608;
}

#a808-root {
  min-height: 100vh;
}

.a808-fallback {
  box-sizing: border-box;
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  color: #f5f5f7;
  font: 14px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.a808-fallback a {
  color: inherit;
}
