You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
462 B
21 lines
462 B
/*----------LOGO above TOC---------*/
|
|
|
|
#TOC::before {
|
|
content: "";
|
|
display: block;
|
|
height: 200px;
|
|
margin: 20px 20px 40px 20px;
|
|
background-image: url("logo.png");
|
|
background-size: contain;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/*------------Table of Contents (TOC)----------- */
|
|
|
|
|
|
.tocify {
|
|
border: none; /*Removes border */
|
|
border-radius: 0px; /* Gets rid of rounded corners on TOC */
|
|
/*font-size: 16px;*/
|
|
}
|