Reduce opacity of placeholder text

This makes it more obvious that it's a placeholder
This commit is contained in:
Cameron Gutman 2023-05-23 20:16:18 -05:00
parent fbb77aa7cd
commit 0e2eacb0ee

View File

@ -68,6 +68,9 @@
.nav-link.active {
font-weight: 500;
}
.form-control::placeholder {
opacity: 0.5;
}
</style>
<!-- Discord WidgetBot Crate-->