implemented following users to receive (opt-in) email notifications when they publish an article.

This commit is contained in:
2025-04-14 22:32:32 -06:00
parent fdcc1a3349
commit 420022dbf8
11 changed files with 248 additions and 82 deletions
+14 -4
View File
@@ -13,7 +13,8 @@ h4,
h5,
p,
small,
label {
label,
span {
color: white;
}
@@ -54,9 +55,9 @@ table tr {
color: white;
}
.button:hover {
color: black;
background-color: white;
.button:hover,
.button:hover i {
color: orange;
}
.tag {
@@ -139,6 +140,15 @@ select:-webkit-autofill {
border: 2px solid orange;
}
.dropdown {
border: 2px solid white;
}
.dropdown_content {
background-color: black;
border: 2px solid white;
}
@media screen and (max-width: 992px) {
nav {
border-bottom: none;