Update
This commit is contained in:
@@ -12,7 +12,7 @@ html {
|
||||
|
||||
body {
|
||||
font-family: "Segoe UI", Arial, sans-serif;
|
||||
background: linear-gradient(135deg, #49bae4 0%, #223c83 100%);
|
||||
background: linear-gradient(0deg, #0d1733 0%, #223c83 100%);
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
@@ -38,8 +38,8 @@ body {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding: 5px;
|
||||
background:rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.logo:hover {
|
||||
@@ -367,8 +367,8 @@ body {
|
||||
}
|
||||
|
||||
.status.ready {
|
||||
background-color: rgba(34, 60, 131, 0.3);
|
||||
border: 2px solid #223c83;
|
||||
background-color: rgb(0 165 3 / 54%);
|
||||
border: 2px solid #06ff00;
|
||||
animation: pulse 1s infinite;
|
||||
}
|
||||
|
||||
@@ -379,7 +379,7 @@ body {
|
||||
}
|
||||
|
||||
.status.running {
|
||||
background-color: rgba(245, 157, 15, 0.3);
|
||||
background-color: rgb(255 91 0 / 65%);
|
||||
border: 2px solid #f59d0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user