mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added missing highlighting classes
This commit is contained in:
parent
3978af06e1
commit
7d1a71e9a5
@ -25,11 +25,24 @@
|
|||||||
* ------------------------------------------------------------------------- */
|
* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Background
|
* Inline code
|
||||||
|
*/
|
||||||
|
code {
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Code block
|
||||||
*/
|
*/
|
||||||
pre {
|
pre {
|
||||||
background: darken($white, 3.5%);
|
background: rgba($black, 0.05);
|
||||||
color: $black;
|
|
||||||
|
/*
|
||||||
|
* Ensure correct color
|
||||||
|
*/
|
||||||
|
&, code {
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -42,7 +55,7 @@ pre {
|
|||||||
/*
|
/*
|
||||||
* Keywords
|
* Keywords
|
||||||
*/
|
*/
|
||||||
.k {
|
.k, .kn {
|
||||||
color: #A71D5D;
|
color: #A71D5D;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,8 +74,8 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Numbers
|
* Constants and numbers
|
||||||
*/
|
*/
|
||||||
.mi {
|
.mi, .bp {
|
||||||
color: #9575CD;
|
color: #9575CD;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user