Created static site generator for the NLIB website (S3 hosted).
This commit is contained in:
@ -39,24 +39,19 @@ a:hover { color: orange; }
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
#content h1 { font-size: x-large; }
|
||||
#content h2 { font-size: large; }
|
||||
#content h3 { font-size: medium; }
|
||||
#content h1 { font-size: xx-large; }
|
||||
#content h2 { font-size: x-large; }
|
||||
#content h3 { font-size: large; }
|
||||
#content h4 { font-size: medium; }
|
||||
|
||||
#content h4 {
|
||||
#content h5 {
|
||||
font-size: medium;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#content h5 {
|
||||
font-size: medium;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#content h6 {
|
||||
font-size: small;
|
||||
font-size: medium;
|
||||
font-weight: normal;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
Reference in New Issue
Block a user