@@ -92,7 +92,6 @@
.background {
background-color: var(--color-background-highlight);
- backdrop-filter: blur(var(--blur-radius-background));
margin-top: 32px;
}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index c92edde..e48dedd 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -310,9 +310,14 @@
max-width: var(--media-width);
margin-top: 12px;
margin-bottom: 12px;
- /* padding: 8px;
+ }
+
+ .blurred-background {
+ backdrop-filter: blur(var(--blur-radius-background));
+ }
+
+ .blurred-background-hover:hover {
backdrop-filter: blur(var(--blur-radius-background));
- border: var(--border-dash-size) var(--border-style) var(--color-highlight); */
}
.lightyears-text {
@@ -448,15 +453,5 @@
font-family: var(--font-sans-serif);
padding: 4px;
}
-
- .callout-warning {
- margin: 12px auto;
- max-width: var(--width-toc);
- padding: 12px 20px;
- box-sizing: border-box;
- backdrop-filter: blur(var(--blur-radius-background));
- background-color: var(--color-background-highlight-alt);
- border: var(--border-dash-size) var(--border-style) var(--color-highlight-alt);
- }
}
\ No newline at end of file
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index a5791e5..f6c302a 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -112,7 +112,7 @@
-
+
This website works best on Firefox and other Gecko-based browsers! All pages should be responsive and work on mobile.
This website is 100% mobile-friendly – or at least trying to be!
@@ -216,7 +216,6 @@
.sidebox-container {
padding: 8px 16px;
- backdrop-filter: blur(var(--blur-radius-background));
border-width: var(--border-dash-size);
border-style: var(--border-style);
border-color: var(--color-highlight-alt);
diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte
index 8dca22d..31e1bb8 100644
--- a/src/routes/projects/+page.svelte
+++ b/src/routes/projects/+page.svelte
@@ -79,7 +79,7 @@
{/if}
-
+
{#if project.date}
{project.date} |
{/if}
@@ -134,7 +134,6 @@
background-color: color-mix(in srgb, var(--color-status) 6%, transparent);
border: var(--border-style) var(--border-dash-size) var(--color-status);
padding: 2px 8px;
- backdrop-filter: blur(var(--blur-radius-background));
font-family: var(--font-mono);
font-size: 1.0rem;
diff --git a/src/routes/test/+page.svelte b/src/routes/test/+page.svelte
index 5e40c08..bc9ef09 100644
--- a/src/routes/test/+page.svelte
+++ b/src/routes/test/+page.svelte
@@ -1 +1,37 @@
-asdf
\ No newline at end of file
+
+
+
+ TEST
+
+ test page go brr
+
+
+