summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/custom.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/custom.css b/static/custom.css
new file mode 100644
index 0000000..2ca6346
--- /dev/null
+++ b/static/custom.css
@@ -0,0 +1,8 @@
+/* Class used to draw SVGs */
+.svg {
+ display: inline-block;
+ width: 1rem;
+ height: 1rem;
+ vertical-align: -.125em;
+ fill: currentColor;
+} \ No newline at end of file