Add comments

This commit is contained in:
Adorian Doran 2024-11-24 22:28:50 +02:00
parent 5563a2b4b0
commit 388b5a9464

View File

@ -13,9 +13,12 @@
}
/*
* Light color scheme
* THEME COLORS
*/
/*
* Light theme scheme
*/
:root {
--theme-style: light;
@ -87,6 +90,7 @@
/*
* Dark color scheme
*/
@media (prefers-color-scheme: dark) {
:root {
--theme-style: dark;
@ -178,7 +182,18 @@
}
}
/* Code Blocks */
/*
* USER INTERFACE
*/
/*
* TEXT NOTES
*/
/*
* Code Blocks
*/
.ck-content pre {
border: 0;