Update head.php

This commit is contained in:
2026-02-19 10:22:13 -05:00
parent 40c0443168
commit eac7b0804e
+3 -3
View File
@@ -22,7 +22,7 @@
</script> </script>
<style> <style>
/* Global text softening */ /* Global text softening */
body { color: #e6dfd8 !important; } body { color: #e6dfd8 !important; background-color: #0b0a09 !important; }
/* Headings */ /* Headings */
h1 { h1 {
@@ -62,8 +62,8 @@
inset: 0; inset: 0;
z-index: 9998; z-index: 9998;
pointer-events: none; pointer-events: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E"); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='6' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
opacity: 0.04; opacity: 0.07;
} }
/* Custom cursor */ /* Custom cursor */