Skip to content

Commit a47f587

Browse files
committed
wip
1 parent ff3ce2a commit a47f587

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: README.md

+10
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,16 @@ application.register('marksmith', MarksmithController)
225225
application.register('list-continuation', ListContinuationController)
226226
```
227227

228+
## Dark mode
229+
230+
Marksmith comes with dark mode built in using the `.dark` class on the `html` element strategy.
231+
232+
```html
233+
<html class="dark">
234+
...
235+
</html>
236+
```
237+
228238
## Who uses Marksmith?
229239

230240
- [Avo](https://avohq.io) - Ruby on Rails Code-Based App Builder Framework

0 commit comments

Comments
 (0)