diff --git a/src/cl0ud/server/index.html b/src/cl0ud/server/index.html index 1c59eb2..021aaba 100644 --- a/src/cl0ud/server/index.html +++ b/src/cl0ud/server/index.html @@ -26,26 +26,31 @@ padding: 5px; border-radius: 5px; } - + .logo-container { display: flex; align-items: center; justify-content: center; } - + .logo-text { font-family: Arial, Helvetica, sans-serif; color: white; font-size: 30px; font-weight: bold; - margin-left: 10px; /* Adjust this margin as needed */ + margin-left: 3px; /* Adjust this margin as needed */ } - - .nav-item{ + .nav-item { font-size: 20px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; + margin:5px; + } + + .nav-item:hover{ + background-color: #a5a7a9e0; + border-color: hsl(211, 99%, 62%); } .nav-link { @@ -62,7 +67,7 @@ background-color: hsl(0, 1%, 17%); } - .pdng{ + .pdng { padding: 10px; } @@ -74,19 +79,19 @@ .form-control { background-color: #333; - color: hsl(127, 83%, 50%) !important; - border: 1px solid #666 !important; + color: hsl(127, 83%, 50%) !important; + border: 1px solid #666 !important; font-size: 25px; font-weight: bold; padding: 10px; } - #payloadInput{ + #payloadInput { background-color: black !important; border-radius: 10px; } - .list-group{ + .list-group { color: black; } @@ -99,16 +104,36 @@ background-color: #0056b3; border-color: #0056b3; } + + #refresh-btn{ + margin-left: 7px; + font-weight: bold; + background-color: hsla(232, 80%, 72%, 0.95); + } + + #timer-clk{ + margin-right: 7px; + font-weight: bold; + }