Add dark mode toggle! And improve experience for train of thought

This commit is contained in:
sabaimran
2024-07-04 18:29:21 +05:30
parent 465ef0b772
commit aec44a0b89
14 changed files with 166 additions and 57 deletions

View File

@@ -25,7 +25,7 @@ div.contextReference:hover {
div.singleReference {
padding: 8px;
border-radius: 8px;
background-color: var(--frosted-background-color);
background-color: hsla(var(--frosted-background-color));
margin-top: 8px;
}