mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-02 22:52:27 +00:00
Reduce opacity of placeholder text
This makes it more obvious that it's a placeholder
This commit is contained in:
parent
fbb77aa7cd
commit
0e2eacb0ee
@ -68,6 +68,9 @@
|
||||
.nav-link.active {
|
||||
font-weight: 500;
|
||||
}
|
||||
.form-control::placeholder {
|
||||
opacity: 0.5;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Discord WidgetBot Crate-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user