Skip to content

Commit

Permalink
Properly color above toolbar on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Nov 1, 2023
1 parent a1215e6 commit eb59361
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/templates/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
--accessible-orange-color: rgb(212, 17, 89);
}

body {
background-color: #1b1c1d;
}

/* Accessibility coloring */
body.accessible .ui .red.bar {
background-color: var(--accessible-red-color) !important;
Expand Down
3 changes: 3 additions & 0 deletions app/templates/html_boilerplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="/templates/css/style.css"/>
<link rel="stylesheet" type="text/css" href="/templates/css/sidebar.css"/>

<!-- Color background on iOS Safari -->
<meta name="theme-color" content="#1b1c1d" />
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.6.0-webui148
v2.0-alpha.6.0-webui150

0 comments on commit eb59361

Please sign in to comment.