Difference between revisions of "MediaWiki:Mobile.css"
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | h2, h3, h4 {color:red;background-color:blue} | |
+ | |||
+ | body { | ||
+ | background-color: lightgrey; | ||
+ | color: blue; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | background-color: black; | ||
+ | color: white; | ||
+ | } |
Latest revision as of 22:08, 12 June 2021
h2, h3, h4 {color:red;background-color:blue}
body {
background-color: lightgrey;
color: blue;
}
h1 {
background-color: black;
color: white;
}