📝 🚀 "Refactor backend structure

This commit is contained in:
2025-06-01 01:09:49 +02:00
parent 4dd3c4b1b1
commit 00c2cc3f27
15 changed files with 2264 additions and 218 deletions

View File

@ -8170,6 +8170,10 @@ footer {
background-color: rgb(243 244 246 / 0.8);
}
.focus\:opacity-100:focus {
opacity: 1;
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;