用户:Kaltes Eis/common.css

来自Limbo Wiki
#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;
}