feat: added tags on upload and view tweaked navbar

This commit is contained in:
Barf-Vader
2025-06-05 23:10:55 +01:00
committed by Gleb Koval
parent 022d9089e0
commit e625afd3b4
8 changed files with 196 additions and 15 deletions

View File

@@ -22,6 +22,11 @@
font-size: 1rem;
}
::placeholder {
color: #859a90;
opacity: 1;
}
input:focus {
border-color: #007bff;
outline: none;

View File

@@ -25,6 +25,11 @@
font-size: 1rem;
}
::placeholder {
color: #859a90;
opacity: 1;
}
textarea:focus {
border-color: #007bff;
outline: none;