sidebar: ai: latex: support dark mode

This commit is contained in:
end-4
2024-03-20 22:49:25 +07:00
parent 4f7000fc07
commit 1170709247
5 changed files with 11 additions and 9 deletions
-3
View File
@@ -641,9 +641,6 @@ $colorpicker_rounding: 0.341rem;
margin: 0rem 0.682rem;
padding: 0.682rem;
@if $darkmode == True {
background-color: #e6e6e6;
}
color: $onBackground;
}