Update styles.css
This commit is contained in:
parent
3c244f91cb
commit
1682a77d1f
1 changed files with 21 additions and 0 deletions
21
styles.css
21
styles.css
|
|
@ -136,3 +136,24 @@ h3 {
|
||||||
color: #b89f50;
|
color: #b89f50;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown {
|
||||||
|
max-width: 720px;
|
||||||
|
margin: 3rem auto;
|
||||||
|
line-height: 1.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown h1, .markdown h2, .markdown h3 {
|
||||||
|
color: #d4af37;
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown p {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
color: #ff6666;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue