mirror of
https://github.com/tonytins/amtkstat.git
synced 2026-02-11 13:14:47 -05:00
New buttons for major terminals and rail cams
This commit is contained in:
parent
42dcd70434
commit
761a822e27
3 changed files with 91 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue