Artificer Shop

Use

This style was created by @theartificershopco on Instagram for their personal use.

To use it on your own Feather Wiki, either copy this CSS into the custom CSS section of your Wiki Settings:

button,
summary:is(.np, .b),
.sb nav p a,
.sb li,
.tabs .a {
  background: #1e8525db;
}
.tabs > * {
  background: #1e852555;
  border-color: #1e8525db;
}
.sb {
  font-family: "Courier New", monospace;
  background: #319b38db;
}
.sb a {
  color: #acadac;
}
.sb a.t {
  /* Brust Script MT is a font provided by Microsoft and is included in Windows operating systems and the Microsoft Office suite */
  font-family: "Brush Script MT", script;
  color: black;
  font-size: 2em;
}
section {
  font-family: "Courier New", monospace;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

Or save this Feather Wiki/copy this for the minified CSS:

.sb,section{font-family:"Courier New",monospace}.sb li,.sb nav p a,.tabs .a,button,summary:is(.np,.b){background:#1e8525db}
.tabs>*{background:#1e852555;border-color:#1e8525db}.sb{background:#319b38db}.sb a{color:#acadac}
.sb a.t{font-family:"Brush Script MT",script;color:#000;font-size:2em}textarea{font-family:Arial,Helvetica,sans-serif}