mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-05 02:08:12 -07:00
Add sprite picker to start game page. Improve styles on verification page. Update global styles.
This commit is contained in:
@@ -24,7 +24,7 @@ button{
|
||||
font-family: Jost, sans-serif;
|
||||
font-weight: 500;
|
||||
font-size: 0.9rem;
|
||||
padding: 10px 17px 11px 16px;
|
||||
padding: 10px 17px 11px 16px; /* top right bottom left */
|
||||
border-radius: 4px;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.5);
|
||||
@@ -38,6 +38,7 @@ button:active{
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
||||
padding-right: 16px;
|
||||
margin-right: 2px;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user