diff --git a/world.html b/world.html
index 4f9debd..a36af8b 100644
--- a/world.html
+++ b/world.html
@@ -41,31 +41,17 @@
outline: none;
box-shadow: 0px 0px .5em var(--accent);
}
- .center-content {
- justify-content: center;
- }
- .collapse {
- white-space-collapse: collapse;
- }
+ .center-content { justify-content: center; }
+ .collapse { white-space-collapse: collapse; }
.column {
display: flex;
flex-direction: column;
}
- .fade {
- opacity: .5;
- }
- .grow {
- flex-grow: 1;
- }
- .grow2 {
- flex-grow: 2;
- }
- .hotkey {
- text-decoration: underline dotted;
- }
- .nosel {
- user-select: none;
- }
+ .fade { opacity: .5; }
+ .grow { flex-grow: 1; }
+ .grow2 { flex-grow: 2; }
+ .hotkey { text-decoration: underline dotted; }
+ .nosel { user-select: none; }
.round {
border-radius: 100%;
display: inline-block;
@@ -98,6 +84,10 @@
Home
+