Skip to content

Commit

Permalink
Output path better rounded corner in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Feb 15, 2023
1 parent 9910c42 commit 15c6aec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ select:focus {
transition: outline 0.12s ease, outline-offset 0.12s ease;
}


pre {
white-space: pre;
word-wrap: break-word;
Expand Down Expand Up @@ -108,6 +107,11 @@ button.copy {
padding: 2px;
}

input#output-path {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}

.notice {
background: var(--accent-bg);
border: 2px solid var(--border);
Expand Down

0 comments on commit 15c6aec

Please sign in to comment.