further styles

This commit is contained in:
Krehan Tim 2018-10-26 14:53:26 +02:00
parent cc571a00a1
commit 2225c76806

View file

@ -4,7 +4,7 @@
border-bottom: 1px solid grey; border-bottom: 1px solid grey;
color: #333; color: #333;
text-transform: uppercase; text-transform: uppercase;
max-width: 90%; max-width: 75%;
} }
.parsedown-section h2 { .parsedown-section h2 {
@ -13,7 +13,7 @@
border-bottom: 1px solid grey; border-bottom: 1px solid grey;
color: #333; color: #333;
text-transform: uppercase; text-transform: uppercase;
max-width: 85%; max-width: 70%;
} }
.parsedown-section h3 { .parsedown-section h3 {
@ -22,7 +22,7 @@
border-bottom: 1px solid grey; border-bottom: 1px solid grey;
color: #444; color: #444;
text-transform: capitalize; text-transform: capitalize;
max-width: 80%; max-width: 60%;
} }
.parsedown-section h4 { .parsedown-section h4 {
@ -31,7 +31,7 @@
border-bottom: 1px solid grey; border-bottom: 1px solid grey;
color: #444; color: #444;
text-transform: capitalize; text-transform: capitalize;
max-width: 75%; max-width: 60%;
} }
.parsedown-section h5 { .parsedown-section h5 {
@ -41,7 +41,7 @@
color: #555; color: #555;
text-transform: lowercase; text-transform: lowercase;
font-weight: normal; font-weight: normal;
max-width: 70%; max-width: 55%;
} }
.parsedown-section h6 { .parsedown-section h6 {
@ -51,7 +51,7 @@
color: #555; color: #555;
text-transform: lowercase; text-transform: lowercase;
font-weight: normal; font-weight: normal;
max-width: 65%; max-width: 50%;
} }
.parsedown-section table { .parsedown-section table {