update action and clear archive

This commit is contained in:
2025-06-04 14:30:37 +03:00
parent b5bdd16bf5
commit 893e1ba615
1069 changed files with 216 additions and 17153 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 KiB

View File

@@ -17,43 +17,3 @@ extra:
<style>
.rounded_img img {
border-radius: 8px;
}
.person img{
border-radius: 100%;
max-width:100px;
}
.myscale{
transition: transform .5s;
}
.myscale:hover{
transform: scale(1.2);
background-color: whitesmoke;
}
.road_border{
border-left: 1px solid rgb(156, 156, 156);
}
.white-gray{
color: #9f9f9f;
}
</style>