Difference between revisions of "User:Inutt/vector.css"

From Flexible Survival
Jump to: navigation, search
(Created from client-side CSS override)
 
m (Add corner radius)
Line 32: Line 32:
 
     font-family: "Source Code Pro";
 
     font-family: "Source Code Pro";
 
     font-size: 0.8em;
 
     font-size: 0.8em;
 +
    border-radius: 0.2em;
 
}
 
}
  

Revision as of 03:35, 30 October 2019

.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6,
.firstHeading,
.mw-body-content h1,
.mw-body-content h2,
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6,
.firstHeading {
    font-family: Cherry Cream Soda, Antic, "Raleway", sans-serif;
    font-weight: 600;
}

p,
li,
td,
div {
    font-family: Thasadith, Antic, "Raleway", sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
}

pre,
text,
textarea,
code {
    font-family: "Source Code Pro";
    font-size: 0.8em;
    border-radius: 0.2em;
}

.mw-body-content {
    font-size: 1em;
}