New buttons for major terminals and rail cams

This commit is contained in:
Tony Bark 2024-09-10 01:23:51 -04:00
parent 42dcd70434
commit 761a822e27
3 changed files with 91 additions and 12 deletions

View file

@ -28,6 +28,11 @@ footer {
text-align: center;
}
footer {
position: absolute;
bottom: 0;
}
.logo {
height: 6em;
padding: 1.5em;
@ -35,10 +40,6 @@ footer {
transition: 0.75s;
}
.logo.tauri:hover {
filter: drop-shadow(0 0 2em #24c8db);
}
.row {
display: flex;
justify-content: center;
@ -74,6 +75,7 @@ button {
button {
cursor: pointer;
margin: 5px;
}
button:hover {
@ -90,10 +92,6 @@ button {
outline: none;
}
#greet-input {
margin-right: 5px;
}
@media (prefers-color-scheme: dark) {
:root {
color: #f6f6f6;