mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 01:16:46 -06:00
Add char highlighting support, purple
This commit is contained in:
@@ -8,6 +8,7 @@ code {
|
||||
// Inline code styling
|
||||
p,
|
||||
a,
|
||||
span,
|
||||
ul > li,
|
||||
ol > li,
|
||||
h1,
|
||||
@@ -25,6 +26,13 @@ h6 {
|
||||
}
|
||||
}
|
||||
|
||||
[data-highlighted-chars] {
|
||||
&[data-chars-id='purple'] {
|
||||
@apply bg-purple-800/40 rounded-sm shadow-purple-800/50 shadow-inner;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Inline code link styling
|
||||
a > code {
|
||||
color: #90bcff;
|
||||
|
||||
Reference in New Issue
Block a user