用户:Kaltes Eis/common.css:修订间差异

来自Limbo Wiki
无编辑摘要
无编辑摘要
 
第3行: 第3行:
}
}
h1 {
h1 {
   color: white;
   color: #ff99ff;
}
}
h2 {
h2 {
   color: white;
   color: #ff99ff;
}
}
h3 {
h3 {
   color: white;
   color: #ff99ff;
}
}
p {
p {
   font-family: verdana;
   font-family: verdana;
   color: white;
   color: #ff99ff;
}
}

2022年8月7日 (日) 14:05的最新版本

#grad {
  background-image: linear-gradient(to right, rgba(255,0,255,0.5), rgba(255,0,200,1));
}
h1 {
  color: #ff99ff;
}
h2 {
  color: #ff99ff;
}
h3 {
  color: #ff99ff;
}
p {
  font-family: verdana;
  color: #ff99ff;
}