@charset "UTF-8";

/*!
 * PukiWiki - Yet another WikiWikiWeb clone.
 * Copyright
 *   2002-2021 PukiWiki Development Team
 *   2001-2002 Originally written by yu-ji
 * License: GPL v2 or (at your option) any later version
 *
 * Default CSS
 */

h1, h2 {
  background-color:#E11E1E !important;
}

h1>a {
    color: #FFF !important;
}

h2{
    color: #ffffff !important;
}
h3 {
  border-bottom:2px solid #E11E1E !important;
  border-top:2px solid #E11E1E !important;
  border-left:10px solid #E11E1E !important;
  border-right:5px solid #E11E1E !important;
}
h4 {
  border-bottom:2px solid #E11E1E !important;
  border-left:5px solid #E11E1E !important;
  background-color:#FFFFFF !important;
}
h5, h6 {
  color: #ffffff !important;
  background-color:#E11E1E !important;
}
