diff --git a/src/renderer/style.less b/src/renderer/style.less index c65e5afb..cfbf0da3 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -449,13 +449,13 @@ input[type=range].web-slider::-webkit-slider-runnable-track { width: 100%; padding: 6px; border-radius: 6px; - border : 1px solid rgba(100, 100, 100, 0.35); - border-top : 1px solid rgba(100, 100, 100, 0.5); - border-bottom: 1px solid rgb(60 60 60 / 12%); + border: 1px solid rgba(100, 100, 100, 0.35); + border-top: 1px solid rgba(100, 100, 100, 0.5); + border-bottom: 1px solid rgb(60 60 60 / 62%); font-family: inherit; font-size: 14px; - background: rgba(100, 100, 100, 0.25);; - color: rgb(200 200 200); + background: #1e1e1e99; + color: #c8c8c8; font-weight: 500; padding-left: 32px; position: relative;