tangled
alpha
login
or
join now
witchcraft.systems
/
pds-dash
15
fork
atom
this repo has no description
15
fork
atom
overview
issues
pulls
pipelines
Mild shenanigans
ari.express
9 months ago
36d286fb
db7424e4
verified
This commit was signed with the committer's
known signature
.
ari.express
SSH Key Fingerprint:
SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY=
+3
-2
1 changed file
expand all
collapse all
unified
split
themes
default
theme.css
+3
-2
themes/default/theme.css
···
2
2
3
3
:root {
4
4
/* Modern color palette */
5
5
-
--link-color: #4f46e5;
5
5
+
--primary-h: 243;
6
6
+
--link-color: hsl(var(--primary-h), 73%, 59%);
6
7
--link-hover-color: #4338ca;
7
8
--time-color: #8b5cf6;
8
9
--background-color: #f8fafc;
···
342
343
font-size: 1.8em;
343
344
margin-bottom: 16px;
344
345
font-weight: 700;
345
345
-
background: linear-gradient(to right, #3b82f6, #8b5cf6);
346
346
+
background: linear-gradient(to right, var(--link-color), #8b5cf6);
346
347
-webkit-background-clip: text;
347
348
-webkit-text-fill-color: transparent;
348
349
background-clip: text;