User:YvonneDHBW/common.css

From semantic-hub.io

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ===== DARK MODE ===== */
body {
    background-color: #0f172a;
    color: #e5e7eb;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Links */
a {
    color: #38bdf8;
}
a:hover {
    color: #0ea5e9;
}

/* Überschriften */
h1, h2, h3 {
    color: #f9fafb;
}

/* Content Bereich */
.mw-body {
    background: #111827;
    border-radius: 12px;
    padding: 20px;
    max-width: 1100px;
    margin: auto;
}

/* Sidebar */
#mw-panel {
    background: #020617;
    border-right: 1px solid #1e293b;
}

/* Top Bar */
#mw-head {
    background: #020617;
    border-bottom: 1px solid #1e293b;
}