Benutzer:YvonneDHBW/common.css
From semantic-hub.io
body {
background-color: #f5f7fa;
font-family: Arial, sans-serif;
}
/* Überschriften */
h1, h2, h3 {
color: #2c3e50;
}
/* Links */
a {
color: #3498db;
}
/* Inhalt breiter machen */
.mw-body {
max-width: 1200px;
margin: auto;
}
/* Sidebar ausblenden */
#mw-panel {
display: none;
}
