mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 00:25:28 -04:00
remove unnecessary charset at-rule from CSS
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@use "../abstracts/themes";
|
||||
|
||||
/*! Magic Waving Hand Emoji™ | MIT License | jrvs.io/wave */
|
||||
.wave {
|
||||
display: inline-block;
|
||||
animation: wave 5s infinite;
|
||||
|
||||
@@ -125,7 +125,7 @@ div.highlight-clipboard-enabled {
|
||||
}
|
||||
}
|
||||
|
||||
/*! Syntax Highlighting (light) - modified from Monokai Light: https://github.com/mlgill/pygments-style-monokailight */
|
||||
// Syntax Highlighting (light) - modified from Monokai Light: https://github.com/mlgill/pygments-style-monokailight
|
||||
body.light {
|
||||
// stylelint-disable no-descending-specificity
|
||||
div.highlight,
|
||||
@@ -216,7 +216,7 @@ body.light {
|
||||
}
|
||||
}
|
||||
|
||||
/*! Syntax Highlighting (dark) - modified from Dracula: https://github.com/dracula/pygments */
|
||||
// Syntax Highlighting (dark) - modified from Dracula: https://github.com/dracula/pygments
|
||||
body.dark {
|
||||
// stylelint-disable no-descending-specificity
|
||||
div.highlight,
|
||||
|
||||
Reference in New Issue
Block a user