Update head.php
This commit is contained in:
+3
-3
@@ -22,7 +22,7 @@
|
||||
</script>
|
||||
<style>
|
||||
/* Global text softening */
|
||||
body { color: #e6dfd8 !important; }
|
||||
body { color: #e6dfd8 !important; background-color: #0b0a09 !important; }
|
||||
|
||||
/* Headings */
|
||||
h1 {
|
||||
@@ -62,8 +62,8 @@
|
||||
inset: 0;
|
||||
z-index: 9998;
|
||||
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");
|
||||
opacity: 0.04;
|
||||
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.07;
|
||||
}
|
||||
|
||||
/* Custom cursor */
|
||||
|
||||
Reference in New Issue
Block a user