Jeetbuzz Clean UI Enhancer

Enhances the Jeetbuzz platform with a cleaner, more user-friendly layout. Optimized for all devices and Bangladeshi networks.

/* ==UserStyle==
@name           Jeetbuzz Clean UI Enhancer
@namespace      https://jeetbuzz.page/
@version        1.0.0
@description    Enhances the Jeetbuzz platform with a cleaner, more user-friendly layout. Optimized for all devices and Bangladeshi networks.
@license        MIT
@homepageURL    https://jeetbuzz.page/
@supportURL     https://jeetbuzz.page/contact
@preprocessor   stylus
@var select layout "Layout Theme" {
  "Default": "default",
  "Dark Mode": "dark",
  "Minimal": "minimal"
}
@locale         en
==/UserStyle== */

@-moz-document domain("jeetbuzz.page") {
  /* Example CSS customization */
  body {
    font-family: "Segoe UI", sans-serif;
    background-color: #fff;
    color: #222;
    line-height: 1.6;
  }

  /* Add your actual customization here */
}