You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="Sprae is a tiny (~5KB) declarative reactive library for progressive enhancement using signal-powered reactive attributes in HTML/JSX.">
text-decoration-color:rgb(from currentColor r g b /20%);
59
+
text-underline-offset:.2em;
60
+
text-decoration-line: underline;
61
+
}
62
+
63
+
a:hover {
64
+
text-decoration-color:var(--color-blue-700);
65
+
}
66
+
67
+
body::before {
68
+
content:'';
69
+
position: fixed;
70
+
top:0;
71
+
left:0;
72
+
right:0;
73
+
bottom:0;
74
+
pointer-events: none;
75
+
background:radial-gradient(circle at var(--x,50%) var(--y,50%),rgb(from dodgerblue r g b /54%), transparent 75%);
76
+
transition: background-position 0.05s;
77
+
z-index:2;
78
+
mix-blend-mode: screen;
79
+
}
80
+
81
+
pre {
82
+
background:var(--color-blue-600);
83
+
color: white;
84
+
white-space: pre-wrap;
85
+
word-wrap: break-word;
86
+
87
+
/* microhighlight tweaks */
88
+
[style*="opacity:.7;"] {
89
+
color:#9dc7ff;
90
+
opacity:1!important;
91
+
}
92
+
}
93
+
94
+
button {
95
+
cursor: pointer;
96
+
background:var(--color-blue-700);
97
+
color: white;
98
+
padding:0.65rem1.2rem;
99
+
position: relative;
100
+
z-index:1;
101
+
}
102
+
103
+
.bg-graph-paper {
104
+
background-image:linear-gradient(to right,rgb(from var(--color-blue-700) r g b /20%) 1px, transparent 1px),linear-gradient(to bottom,rgb(from var(--color-blue-700) r g b /20%) 1px, transparent 1px);
background:radial-gradient(circle at var(--x,50%) var(--y,50%),rgb(from dodgerblue r g b /54%), transparent 75%);
25
-
transition: background-position 0.05s;
26
-
z-index:2;
27
-
mix-blend-mode: screen;
28
-
}
29
-
30
-
a {
31
-
color:var(--color-blue-700);
32
-
text-decoration-color:rgb(from currentColor r g b /20%);
33
-
text-underline-offset:.2em;
34
-
text-decoration-line: underline;
35
-
}
36
-
37
-
a:hover {
38
-
text-decoration-color:var(--color-blue-700);
39
-
}
40
-
41
-
pre {
42
-
background:var(--color-blue-600);
43
-
color: white;
44
-
white-space: pre-wrap;
45
-
word-wrap: break-word;
46
-
47
-
/* microhighlight tweaks */
48
-
[style*="opacity:.7;"] {
49
-
color:#9dc7ff;
50
-
opacity:1!important;
51
-
}
52
-
}
53
-
54
-
button {
55
-
cursor: pointer;
56
-
background:var(--color-blue-700);
57
-
color: white;
58
-
padding:0.65rem1.2rem;
59
-
position: relative;
60
-
z-index:1;
61
-
}
62
-
63
-
.bg-graph-paper {
64
-
background-image:linear-gradient(to right,rgb(from var(--color-blue-700) r g b /20%) 1px, transparent 1px),linear-gradient(to bottom,rgb(from var(--color-blue-700) r g b /20%) 1px, transparent 1px);
0 commit comments