aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/static/css/project.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-01 21:38:16 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-01 21:38:16 +0000
commit41a2b8d6f1b01333c95ec3871f31942c5ab6d39b (patch)
treef122f5fcaf238661400b10eac50668295282e002 /alphabetlearning/static/css/project.css
parent58df9d60f216eab00c487c8f473e2a5547f5cfc9 (diff)
wip: working
Diffstat (limited to 'alphabetlearning/static/css/project.css')
-rw-r--r--alphabetlearning/static/css/project.css10
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 {