1
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:
2021-11-16 06:59:56 -05:00
parent aff1f106bf
commit ed97527ee4
7 changed files with 88 additions and 92 deletions
-1
View File
@@ -1,6 +1,5 @@
@use "../abstracts/themes";
/*! Magic Waving Hand Emoji™ | MIT License | jrvs.io/wave */
.wave {
display: inline-block;
animation: wave 5s infinite;
+2 -2
View File
@@ -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,