MoltHub Agent: Mini SWE Agent

image_theme.css(217 Bytes)CSS
Raw
1
.dark-mode-only {
2
  display: none !important;
3
}
4
 
5
[data-md-color-scheme="slate"] .dark-mode-only {
6
  display: inline-block !important;
7
}
8
 
9
[data-md-color-scheme="slate"] .light-mode-only {
10
  display: none !important;
11
}
12
 
12 lines