Reduce opacity of placeholder text
This makes it more obvious that it's a placeholder
This commit is contained in:
@@ -68,6 +68,9 @@
|
|||||||
.nav-link.active {
|
.nav-link.active {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
.form-control::placeholder {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Discord WidgetBot Crate-->
|
<!-- Discord WidgetBot Crate-->
|
||||||
|
|||||||
Reference in New Issue
Block a user