js readability and transition between avatar bg colors

This commit is contained in:
2023-03-11 14:36:37 +01:00
parent 405283dd4a
commit c44199ac30
2 changed files with 15 additions and 12 deletions
+1
View File
@@ -88,6 +88,7 @@ main article {
border: 3px solid #44251a;
background-color: gray;
overflow: clip;
transition: background-color 0.3s linear;
}
.avatar img {