feat: added tags on upload and view tweaked navbar
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: #859a90;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
border-color: #007bff;
|
||||
outline: none;
|
||||
|
||||
@@ -25,6 +25,11 @@
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: #859a90;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
textarea:focus {
|
||||
border-color: #007bff;
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user