28 lines
353 B
CSS
28 lines
353 B
CSS
/* This is the classic style f0ck */
|
|
|
|
.mudderfigg {
|
|
display: flex;
|
|
flex-flow: column;
|
|
}
|
|
|
|
span.id {
|
|
background: unset;
|
|
text-align: left;
|
|
color: #ffffff;
|
|
border: unset;
|
|
}
|
|
|
|
.id > a {
|
|
color: #9f0;
|
|
}
|
|
|
|
.options {
|
|
padding-left: 15px;
|
|
margin-top: -5px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
#themes::after {
|
|
content: "Theme: ";
|
|
}
|