We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9309cc commit cc16842Copy full SHA for cc16842
assets/css/main.scss
@@ -23,9 +23,6 @@ sitemap:
23
24
@use "parts/review";
25
26
-/* - - - - - - - - - - Media Styles - - - - - - - - - - */
27
-@use "media";
28
-
29
@use "premonition";
30
31
// Variables
@@ -475,11 +472,12 @@ a.toc-link {
475
472
}
476
473
477
474
478
479
480
/* - - - - - - - - - - Review Styles - - - - - - - - - - */
481
:root {
482
--microlink-background-color: var(--body-background);
483
--microlink-hover-background-color: var(--body-background);
484
--microlink-color: var(--body-color);
485
+
+/* - - - - - - - - - - Media Styles - - - - - - - - - - */
+@import "media";
0 commit comments