diff --git a/app/templates/index.html b/app/templates/index.html index 0d920c1..d7cf388 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -8,9 +8,9 @@ h1, h3 { color: #333; margin-top: 0; } .repo-card, .project-card { background: white; margin: 10px 0; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,.1); } .project-card { border-left: 4px solid #007bff; } - button { padding: 8px 16px; cursor: pointer; border: none; border-radius: 4px; margin-right: 5px; margin-top: 5px; } - .btn-subscribe { background: #007bff; color: white; border: none; font-size: 14px; padding: 8px 12px; cursor: pointer; } - .btn-unsubscribe { background: #dc3545; color: white; border: none; font-size: 14px; padding: 8px 12px; cursor: pointer; } + button { padding: 8px 16px; cursor: pointer; border: none; border-radius: 4px; margin-right: 5px; margin-top: 5px; font-size: 14px; } + .btn-subscribe { background: #007bff; color: white; } + .btn-unsubscribe { background: #dc3545; color: white; } .status-ok { color: #28a745; font-size: 13px; } .status-warn { color: #dc3545; font-size: 13px; } hr { border: none; border-top: 1px solid #ccc; margin: 20px 0; } @@ -28,15 +28,18 @@