implemented following users to receive (opt-in) email notifications when they publish an article.
This commit is contained in:
+14
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user