mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
feature: project URL
This commit is contained in:
+15
-9
@@ -85,27 +85,33 @@ body,
|
||||
html {
|
||||
padding: 0 0.25em;
|
||||
margin: 0;
|
||||
background-color: #1e263f;
|
||||
background-color: #1e2341;
|
||||
color: white;
|
||||
}
|
||||
|
||||
button {
|
||||
appearance: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
|
||||
background-color: #151515;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
border: 1px solid white;
|
||||
|
||||
padding: 0.35rem 0.75rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
margin: 0.5rem 0;
|
||||
|
||||
cursor: pointer;
|
||||
transition: background-color 100ms;
|
||||
}
|
||||
font-weight: bold;
|
||||
|
||||
button:focus-visible {
|
||||
border: 1px solid gold;
|
||||
cursor: pointer;
|
||||
transition: all 75ms;
|
||||
|
||||
&:focus-visible {
|
||||
outline: 1px solid gold;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: gold;
|
||||
}
|
||||
}
|
||||
|
||||
// Text
|
||||
|
||||
Reference in New Issue
Block a user