Add uptime kuma

This commit is contained in:
2024-10-11 21:27:37 +01:00
parent f12b58ce3c
commit 2b0118c779
6 changed files with 47 additions and 6 deletions
+3 -2
View File
@@ -51,7 +51,7 @@ body {
.app-item a {
text-decoration: none;
color: #2a037c;
color: #023140;
display: block;
height: 100%;
display: flex;
@@ -85,7 +85,8 @@ body {
text-align: center;
}
.app-item:hover {
.app-item:hover,
.app-item:focus {
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}