Correct the indentation

This commit is contained in:
Adorian Doran 2024-11-24 22:31:22 +02:00
parent 388b5a9464
commit 2243db5b20

View File

@ -16,10 +16,10 @@
* THEME COLORS
*/
/*
/*
* Light theme scheme
*/
:root {
:root {
--theme-style: light;
--main-background-color: white;
@ -85,7 +85,7 @@
--mermaid-theme: default;
--code-block-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.2);
}
}
/*
* Dark color scheme