mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
website
This commit is contained in:
@@ -175,14 +175,14 @@ button {
|
||||
border-radius: 0.25rem;
|
||||
background: #2f5f8b;
|
||||
color: white;
|
||||
font-family: -system-ui, sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.2;
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin: 0.25rem;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.button-container {
|
||||
@@ -192,7 +192,9 @@ button {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
/*button:hover { }*/
|
||||
button:hover {
|
||||
background: #4892d9;
|
||||
}
|
||||
/*button:focus { }*/
|
||||
/*button:active { }*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user