development branch created to preserve working deploy project

This commit is contained in:
2025-08-02 17:37:16 +03:00
parent 5e65ea0f7c
commit e824e87953
659 changed files with 90008 additions and 137 deletions
+8 -1
View File
@@ -99,7 +99,14 @@
color: #a57d52;
padding: 0.5rem;
border-radius: 0.5rem;
/*transition: all 0.2s;*/
}
.link-no-style {
text-decoration: none;
color: inherit;
border: none;
}
.link-no-style:hover {
border: 1px solid #a57d52;
}
.logout:hover {