mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-11 21:31:36 +08:00
Add comments
This commit is contained in:
parent
5563a2b4b0
commit
388b5a9464
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user