aboutsummaryrefslogtreecommitdiff
path: root/compat/lustre_animation/lustre_animation.css
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-08-23 22:59:02 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-08-23 22:59:02 +0100
commit21d59712dd56909293b3804b1d89320216f6906a (patch)
tree06300d54c0e5c2804f80167967c40f5371011401 /compat/lustre_animation/lustre_animation.css
parent83962575c255cc3b58677d18262a1d7b18e8239d (diff)
downloadlustre-21d59712dd56909293b3804b1d89320216f6906a.tar.gz
lustre-21d59712dd56909293b3804b1d89320216f6906a.zip
:ambulance: Update third-party lustre_animation package to new api.
Diffstat (limited to 'compat/lustre_animation/lustre_animation.css')
-rw-r--r--compat/lustre_animation/lustre_animation.css90
1 files changed, 90 insertions, 0 deletions
diff --git a/compat/lustre_animation/lustre_animation.css b/compat/lustre_animation/lustre_animation.css
new file mode 100644
index 0000000..3e6bc47
--- /dev/null
+++ b/compat/lustre_animation/lustre_animation.css
@@ -0,0 +1,90 @@
+code {
+ color: #333;
+ border: 1px solid #847;
+ border-radius: 0.5ex;
+ padding: 0 0.5ex;
+}
+
+pre code {
+ border: 0;
+ padding: 0;
+}
+
+pre {
+ background: linear-gradient(to bottom, white, #ffaff3);
+ overflow-x: auto;
+ border: 1px solid #847;
+ border-radius: 1ex;
+ padding: 0.5ex 1.5ex;
+ margin: 1ex 0;
+}
+
+.hljs-comment,
+.hljs-quote {
+ color: #a0a1a7;
+ font-style: italic
+}
+
+.hljs-doctag,
+.hljs-formula,
+.hljs-keyword {
+ color: #a626a4
+}
+
+.hljs-deletion,
+.hljs-name,
+.hljs-section,
+.hljs-selector-tag,
+.hljs-subst {
+ color: #e45649
+}
+
+.hljs-literal {
+ color: #0184bb
+}
+
+.hljs-addition,
+.hljs-attribute,
+.hljs-meta .hljs-string,
+.hljs-regexp,
+.hljs-string {
+ color: #50a14f
+}
+
+.hljs-attr,
+.hljs-number,
+.hljs-selector-attr,
+.hljs-selector-class,
+.hljs-selector-pseudo,
+.hljs-template-variable,
+.hljs-type,
+.hljs-variable {
+ color: #986801
+}
+
+.hljs-bullet,
+.hljs-link,
+.hljs-meta,
+.hljs-selector-id,
+.hljs-symbol,
+.hljs-title {
+ color: #4078f2
+}
+
+.hljs-built_in,
+.hljs-class .hljs-title,
+.hljs-title.class_ {
+ color: #c18401
+}
+
+.hljs-emphasis {
+ font-style: italic
+}
+
+.hljs-strong {
+ font-weight: 700
+}
+
+.hljs-link {
+ text-decoration: underline
+}