diff options
Diffstat (limited to 'alphabetlearning/static/css/project.css')
-rw-r--r-- | alphabetlearning/static/css/project.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/alphabetlearning/static/css/project.css b/alphabetlearning/static/css/project.css index be6532f..cdff2b3 100644 --- a/alphabetlearning/static/css/project.css +++ b/alphabetlearning/static/css/project.css @@ -85,6 +85,10 @@ h6 { font-weight: 700; /* Bold for headings */ } +hr { + opacity: 1 !important; /* Forcefully set opacity to 1 */ + } + p, label, button { @@ -100,18 +104,18 @@ button { } .email-submit-button { - background-color: #ac94eb; padding: 12px; font-size: 1.1rem; font-weight: 600; + background-color: #ff9d3e; + border: 2px solid #ff9d3e; color: white; - border: none; border-radius: 5px; transition: background-color 0.3s; } .email-submit-button:hover { - background-color: #c0b0eb; + background-color: #fa8713; } .alert-debug { |