Skip to content

Commit

Permalink
Fix issue #16: 'change UI'"'"'e theme color to green'
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Nov 4, 2024
1 parent d36dcc4 commit 956053d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
background-color: orange !important;
background-color: green !important;
}

html {
--section-background-color: linear-gradient(
to bottom left,
Expand Down Expand Up @@ -744,3 +745,4 @@ button:focus {
.fork-btn-inner::after {
display: none !important;
}

0 comments on commit 956053d

Please sign in to comment.