Added Code blocks styling

This commit is contained in:
Aroy-Art 2021-10-06 19:34:09 +02:00
parent 2f7f43a9cd
commit 4499ff021a

View file

@ -472,6 +472,19 @@ nav[aria-label="breadcrumb"] li:last-child a{
bottom: 0;
}
/*=================================================================
Code Blocks
=================================================================*/
.highlight {
margin: .825rem 0;
}
.chroma{
border: 2px solid #00fff9;
padding: 10px;
}
/*=================================================================
Navigation