diff --git a/templates/index.html b/templates/index.html index 389b782..fc440f4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -87,11 +87,24 @@ background-color: #f2dede; color: #a94442; } + .regenerate-btn { + background-color: #ff9800; + color: white; + padding: 10px 15px; + border: none; + border-radius: 4px; + cursor: pointer; + margin-bottom: 20px; + } + .regenerate-btn:hover { + background-color: #f57c00; + }