mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:14:22 +01:00
Added Code blocks styling
This commit is contained in:
parent
2f7f43a9cd
commit
4499ff021a
1 changed files with 13 additions and 0 deletions
|
@ -472,6 +472,19 @@ nav[aria-label="breadcrumb"] li:last-child a{
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*=================================================================
|
||||||
|
Code Blocks
|
||||||
|
=================================================================*/
|
||||||
|
|
||||||
|
.highlight {
|
||||||
|
margin: .825rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chroma{
|
||||||
|
border: 2px solid #00fff9;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*=================================================================
|
/*=================================================================
|
||||||
Navigation
|
Navigation
|
||||||
|
|
Loading…
Reference in a new issue