Reduce opacity of placeholder text
This makes it more obvious that it's a placeholder
This commit is contained in:
parent
fbb77aa7cd
commit
0e2eacb0ee
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@
|
|||
.nav-link.active {
|
||||
font-weight: 500;
|
||||
}
|
||||
.form-control::placeholder {
|
||||
opacity: 0.5;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Discord WidgetBot Crate-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue