Add uptime kuma
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user