Skip to content

Diff of .header

Changes between revision 4 - modify header and revision 5 - modify header
--- .header
+++ .header
@@ -1,16 +1,17 @@
 [[[#!Html
 <style>
 .header {
  background-color: #000000;
- padding: 20px;
+ padding: 15px;
+ color: #ffffff;
 }
-.header h1 a {
+.header h1 a{
  color: #ffffff;
 }
 </style>
 <div class="header">
 <h1>
 <a href="https://wiki.millpoo.com/w/FrontPage" target="_self">.millpoo</a>
 </h1>
 </div>
 ]]]