mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
Add comments
This commit is contained in:
@@ -13,9 +13,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Light color scheme
|
* THEME COLORS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Light theme scheme
|
||||||
|
*/
|
||||||
:root {
|
:root {
|
||||||
--theme-style: light;
|
--theme-style: light;
|
||||||
|
|
||||||
@@ -87,6 +90,7 @@
|
|||||||
/*
|
/*
|
||||||
* Dark color scheme
|
* Dark color scheme
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--theme-style: dark;
|
--theme-style: dark;
|
||||||
@@ -178,7 +182,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code Blocks */
|
/*
|
||||||
|
* USER INTERFACE
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TEXT NOTES
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Code Blocks
|
||||||
|
*/
|
||||||
|
|
||||||
.ck-content pre {
|
.ck-content pre {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user