diff --git a/style.css b/style.css index 0c1d0a1..25637f8 100644 --- a/style.css +++ b/style.css @@ -23,6 +23,13 @@ button.ripper-btn:disabled { cursor: default; } +#download-button { + background-color: yellow; + border: 2px solid #aaa; + font-weight: bold; + color: #333; +} + .ripper-progress-dialog { width: min(40rem, calc(100vw - 2rem)); max-height: calc(100vh - 2rem);