mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:04:23 +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;
|
||||
}
|
||||
|
||||
/*=================================================================
|
||||
Code Blocks
|
||||
=================================================================*/
|
||||
|
||||
.highlight {
|
||||
margin: .825rem 0;
|
||||
}
|
||||
|
||||
.chroma{
|
||||
border: 2px solid #00fff9;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
/*=================================================================
|
||||
Navigation
|
||||
|
|
Loading…
Reference in a new issue