Skip to content
Merged
35 changes: 35 additions & 0 deletions Petabit/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ html {
font-weight: 700 !important;
}

/* ========== Neon glow za sve gumbe ========== */
.btn {
font-weight: 700 !important;
box-shadow: 0 0 5px rgba(0, 255, 0, 0.55), 0 0 10px rgba(0, 255, 0, 0.25);
}


@media (min-width: 768px) {
html {
font-size: 16px;
Expand Down Expand Up @@ -167,6 +174,33 @@ select.form-select {

/* Blockchain - bolji kontrast u dark modu */
/* Blockchain - Bitcoin orange, dark mode */

/* Blockchain - zajedni�ki izgled */
a.btn.btn-warning.btn-home {
background-color: #d97706 !important;
border-color: #f7931a !important;
box-shadow: 0 0 6px rgba(247, 147, 26, 0.8), 0 0 14px rgba(247, 147, 26, 0.45) !important;
}

/* LIGHT MODE - tamni tekst */
body.light-mode a.btn.btn-warning.btn-home {
color: #1e1e1e !important;
text-shadow: 0 0 3px rgba(255, 180, 50, 0.7) !important;
}

/* DARK MODE - svijetli tekst */
body.dark-mode a.btn.btn-warning.btn-home {
color: #ffffff !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) !important;
}

/* Hover - oba moda */
a.btn.btn-warning.btn-home:hover {
background-color: #f7931a !important;
border-color: #ffad33 !important;
box-shadow: 0 0 8px rgba(247, 147, 26, 1), 0 0 20px rgba(247, 147, 26, 0.7) !important;
}

body.dark-mode a.btn.btn-warning.btn-home {
background-color: #d97706 !important;
border-color: #f7931a !important;
Expand All @@ -186,6 +220,7 @@ body.dark-mode a.btn.btn-warning.btn-home {
color: #ffffff !important;
}


#iss-result, #iss-speed, #iss-astronauts, #astronaut-count {
font-size: 1.2rem;
margin-top: 10px;
Expand Down
Loading