summaryrefslogtreecommitdiff
path: root/static/custom.css
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-03 22:34:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-03 22:34:48 +0200
commitb731258e18504ce41ba96ff890c96a385e7a3347 (patch)
tree5648765e92661fdf129a44c47e9f0295dd46b36d /static/custom.css
parent09fccc3599dc4f23a60c4bdbc77c2f4740e2ade4 (diff)
downloadgosten-b731258e18504ce41ba96ff890c96a385e7a3347.tar.gz
gosten-b731258e18504ce41ba96ff890c96a385e7a3347.tar.bz2
gosten-b731258e18504ce41ba96ff890c96a385e7a3347.zip
Overhaul navbar and general site setup
Diffstat (limited to 'static/custom.css')
-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