]> git.r.bdr.sh - rbdr/junction/blobdiff - safari/Junction/Resources/Style.css
Format and update docs
[rbdr/junction] / safari / Junction / Resources / Style.css
index cbde9e69776818f4a5998582df0d3847548a53c2..ef4dcde3314b5985902615d27c22eaf62184c4b5 100644 (file)
@@ -1,45 +1,45 @@
 * {
 * {
-    -webkit-user-select: none;
-    -webkit-user-drag: none;
-    cursor: default;
+  -webkit-user-select: none;
+  -webkit-user-drag: none;
+  cursor: default;
 }
 
 :root {
 }
 
 :root {
-    color-scheme: light dark;
+  color-scheme: light dark;
 
 
-    --spacing: 20px;
+  --spacing: 20px;
 }
 
 html {
 }
 
 html {
-    height: 100%;
+  height: 100%;
 }
 
 body {
 }
 
 body {
-    display: flex;
-    align-items: center;
-    justify-content: center;
-    flex-direction: column;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  flex-direction: column;
 
 
-    gap: var(--spacing);
-    margin: 0 calc(var(--spacing) * 2);
-    height: 100%;
+  gap: var(--spacing);
+  margin: 0 calc(var(--spacing) * 2);
+  height: 100%;
 
 
-    font: -apple-system-short-body;
-    text-align: center;
+  font: -apple-system-short-body;
+  text-align: center;
 }
 
 body:not(.state-on, .state-off) :is(.state-on, .state-off) {
 }
 
 body:not(.state-on, .state-off) :is(.state-on, .state-off) {
-    display: none;
+  display: none;
 }
 
 body.state-on :is(.state-off, .state-unknown) {
 }
 
 body.state-on :is(.state-off, .state-unknown) {
-    display: none;
+  display: none;
 }
 
 body.state-off :is(.state-on, .state-unknown) {
 }
 
 body.state-off :is(.state-on, .state-unknown) {
-    display: none;
+  display: none;
 }
 
 button {
 }
 
 button {
-    font-size: 1em;
+  font-size: 1em;
 }
 }