Skip to content

Commit

Permalink
fix: add white background so that it's readable even in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
borsini committed May 5, 2024
1 parent 1e6ee8f commit 541f7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
<body style="background-color: white;">
<h1>Otto Tabs</h1>

<div style="width:400px">
Expand Down

0 comments on commit 541f7d3

Please sign in to comment.