Template:Quote Box/styles.css

From Umamusume Wiki
Revision as of 00:46, 8 August 2024 by Dabage (talk | contribs) (styles sheet for quote box)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.quote-box {
    border-width: 2px;
    border-color: palegreen;
    border-style: solid;
    clear: both;
    border-radius: 90px;
    background-color: white;
    padding: 20px 70px 0px 30px;
    font-family: UmaRodin;
}
.quote-box .quote-header {
    font-size: 24px;
    color: brown;
}
.quote-box .quote-text {
    color: brown;
}