diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2025-08-01 19:26:25 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2025-08-01 19:26:25 +0100 |
| commit | 4ed6cae45c96166f22b1d295bda12dd9913385a8 (patch) | |
| tree | 453a52d77c370ba71a57ab3683d537dda52650b0 /style.css | |
| parent | abe1f21f84df5864e8a7781864d9e32436bde2d4 (diff) | |
| download | js-raytracer-4ed6cae45c96166f22b1d295bda12dd9913385a8.tar.xz js-raytracer-4ed6cae45c96166f22b1d295bda12dd9913385a8.zip | |
Update colors and typography
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/style.css b/style.css deleted file mode 100644 index 9f3302e..0000000 --- a/style.css +++ /dev/null @@ -1,47 +0,0 @@ -body { - font-size: 15px; -} - -p { - margin: 0 0 0.8rem; -} - -#output-wrapper { - margin-top: 0.5em; -} - -#render-output { - width: 100%; - height: 65vmin; - object-fit: contain; -} - -.controls { - margin-top: 0.5em; -} - -.slider { - margin-right: 0.5em; - width: 100%; -} - -.nested-slider { - padding-left: 40px; -} - -.console { - height: 120px; - padding: 0 0 0 1em; - white-space: pre-line; -} - -#res-label { - padding-bottom: 4px; - padding-top: 0px; - margin-top: -1px; - font-size: 15px; -} - -.divider-vert { - padding: 0; -}
\ No newline at end of file |