User:YvonneDHBW/common.css: Difference between revisions

From semantic-hub.io
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ===== 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 */
body { background: #1e293b; }
.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;
}

Latest revision as of 17:03, 12 April 2026

body { background: #1e293b; }