mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-09 23:07:15 +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 {
|
||||
--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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user