User:YvonneDHBW/common.css: Difference between revisions

From semantic-hub.io
m Replaced content with "h1 { color: red !important; }"
Tag: Replaced
mNo edit summary
Line 1: Line 1:
h1 {
.mw-heading h1 {
     color: red !important;
     color: red;
    font-size: 32px;
}
}

Revision as of 16:49, 12 April 2026

.mw-heading h1 {
    color: red;
    font-size: 32px;
}