/* name: Windows 98
   blurb: Teal desktop, gray plastic, pure nostalgia.
   order: 10 */
html[data-theme="win98"] {
  --os-desktop: #008080;
  --os-desktop-glow: transparent;
  --os-win-bg: #c0c0c0;
  --os-win-text: #000000;
  --os-win-muted: #444444;
  --os-title-bg: linear-gradient(90deg, #000080, #1084d0);
  --os-title-text: #ffffff;
  --os-title-inactive-bg: #808080;
  --os-title-inactive-text: #d4d0c8;
  --os-bevel-light: #ffffff;
  --os-bevel-dark: #404040;
  --os-chrome: #c0c0c0;
  --os-chrome-text: #000000;
  --os-accent: #000080;
  --os-accent-text: #ffffff;
  --os-link: #0000cc;
  --os-icon-text: #ffffff;
  --os-icon-text-shadow: 1px 1px 0 #000;
  --os-selection-bg: #000080;
  --os-selection-text: #ffffff;
  --os-font-ui: Tahoma, "MS Sans Serif", Geneva, sans-serif;
  --os-scanlines: none;
  --os-glow: none;
  --os-h1: #000080;
  --os-h2: #000080;
  --os-h3: #333333;
  --os-code-bg: #ffffff;
  --os-code-text: #000080;
  --os-code-border: #808080;
  --os-pre-bg: #ffffff;
  --os-strong: #000000;
  --os-quote: #ffffcc;
}
