tangled
alpha
login
or
join now
anirudh.fi
/
site
3
fork
atom
my website at https://anirudh.fi
3
fork
atom
overview
issues
pulls
pipelines
input.css: fix blockquote styles
anirudh.fi
4 months ago
3cb2f831
4bbe2364
verified
This commit was signed with the committer's
known signature
.
anirudh.fi
SSH Key Fingerprint:
SHA256:cz35vdbiWEzCNEfuL9fMC2JVIhtXavXBHrRjv8gxpAk=
1/1
deploy.yaml
success
1m 19s
+4
1 changed file
expand all
collapse all
unified
split
input.css
+4
input.css
···
78
78
@apply marker:text-gray;
79
79
}
80
80
81
81
+
blockquote {
82
82
+
@apply bg-light dark:bg-dark-light border-l-2 border-light dark:border-dark-light;
83
83
+
}
84
84
+
81
85
code {
82
86
@apply bg-light text-[0.9rem] dark:bg-dark-light;
83
87
}