Difference between revisions of "Guides:Castle Academy"

From Castle Wiki
Line 14: Line 14:


div.last-modified-bar {
div.last-modified-bar {
   background-color: #202020
   background-color: #202020;
}
}



Revision as of 10:48, 6 March 2024

https://www.youtube.com/watch?v=iiyOebOJmDc&t=14s

https://youtu.be/-F6NHl9d0Ok?si=Svze9V56MY70PDXV

{{#css:

 body {
   background: black;
   font-size: 20pt;
   color: red;
 }

header.mw-header.citizen-header {

 background-color: black;

}

div.last-modified-bar {

 background-color: #202020;

}

@media screen {

 .citizen-header::before {
   background: none;
   background-color: #202020;
 }

}