用户:Kaltes Eis/common.css:修订间差异
来自Limbo Wiki Mirror
小 清空全部内容 |
小无编辑摘要 |
||
| 第1行: | 第1行: | ||
#grad { | |||
background-image: linear-gradient(to bottom right, blue, purple); | |||
opacity: 0.7; | |||
} | |||
h1 { | |||
color: white; | |||
} | |||
h2 { | |||
color: white; | |||
} | |||
h3 { | |||
color: white; | |||
} | |||
p { | |||
font-family: verdana; | |||
color: white; | |||
} | |||
2022年8月7日 (日) 20:14的版本
#grad {
background-image: linear-gradient(to bottom right, blue, purple);
opacity: 0.7;
}
h1 {
color: white;
}
h2 {
color: white;
}
h3 {
color: white;
}
p {
font-family: verdana;
color: white;
}
