Enhance the design and readability of the docs

This commit is contained in:
Mahmoud Zalt
2019-09-13 18:17:09 +02:00
parent 9acb18aee1
commit 308f813e45
4 changed files with 73 additions and 104 deletions

View File

@ -11,3 +11,20 @@
height: 70px;
padding: 25px;
}
.palette-primary-deep-purple .article h1{
color: #7e57c2;
font-size: 35px;
}
.palette-primary-deep-purple .article h2{
color: #ce2046;
font-size: 25px;
}
.palette-primary-deep-purple .article h3{
color: #851d54;
font-size: 18px;
}
.palette-primary-deep-purple .article code{
color: #851d54;
background: #eeeeeea8;
}