diff --git a/src/renderer/style.less b/src/renderer/style.less index c7a12cf6..8081390b 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -1940,11 +1940,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { } .md-btn { - background: rgba(100, 100, 100, 0.5); - padding: 4px 12px; + background: rgba(100, 100, 100, 0.3); + padding: 6px 12px; border-radius: 4px; - font-size: 13px; - border: 1px solid rgb(100 100 100 / 35%); + font-size: 16px; + border: 0px solid rgb(100 100 100 / 30%); color: #eee; box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4); transition: transform 0.2s var(--appleEase), box-shadow 0.2s var(--appleEase);