aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/icons.css
diff options
context:
space:
mode:
authorwinter2025-02-14 21:24:55 +0000
committerwinter2025-02-14 21:24:55 +0000
commit241eb9eded161671d3d8e5bf4a3f7b04907037f1 (patch)
tree25d65d68125b66b545ea24c734a1e81551952524 /static/icons.css
parentd10aad87ddebd4857a90b6d638aac803d7373dc6 (diff)
make markdown nicer
Diffstat (limited to 'static/icons.css')
-rw-r--r--static/icons.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/icons.css b/static/icons.css
index a528e6e..e486244 100644
--- a/static/icons.css
+++ b/static/icons.css
@@ -105,4 +105,7 @@
&.update {
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3q2.05 0 3.888.875T19 6.35V4h2v6h-6V8h2.75q-1.025-1.4-2.525-2.2T12 5Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19q2.625 0 4.588-1.7T18.9 13h2.05q-.375 3.425-2.937 5.713T12 21m2.8-4.8L11 12.4V7h2v4.6l3.2 3.2z'/%3E%3C/svg%3E");
}
+ &.markdown-outline {
+ --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m16 15l3-3l-1.05-1.075l-1.2 1.2V9h-1.5v3.125l-1.2-1.2L13 12zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-2h16V6H4zm0 0V6zm1.5-3H7v-4.5h1v3h1.5v-3h1V15H12v-5q0-.425-.288-.712T11 9H6.5q-.425 0-.712.288T5.5 10z'/%3E%3C/svg%3E");
+ }
}