Use bootstrap in Server.

This commit is contained in:
2018-12-28 14:32:41 +00:00
parent 1a044dd798
commit 6d52e09d51
19 changed files with 11660 additions and 38 deletions

View File

@@ -0,0 +1,19 @@
@import "_colors";
/* Sets the style for emphasis/italics */
em, i
{
color: $green;
font-style: normal;
}
/* Headings and bold text are bright white */
h1, h2, h3, h4,
b, strong
{
color: $brightwhite;
font-size: 1em;
font-style: normal;
font-weight: normal;
margin: 0;
}