Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

User:YoshiFlutterJump/vector.css: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
No edit summary
(It works!)
Line 1: Line 1:
body {
body {
   background:#FFD3D9;
   background:#FFC7C7;
}
}


#content,#footer {
#content,#footer {
   background:#FFC7C7;
   background:#FFD3D9;
}
}

Revision as of 02:24, 8 August 2019

body {
  background:#FFC7C7;
}

#content,#footer {
  background:#FFD3D9;
}