aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/about/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/about/index.css')
-rw-r--r--FrontEnd/src/pages/about/index.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/FrontEnd/src/pages/about/index.css b/FrontEnd/src/pages/about/index.css
new file mode 100644
index 00000000..487f4a0a
--- /dev/null
+++ b/FrontEnd/src/pages/about/index.css
@@ -0,0 +1,8 @@
+.about-page {
+ padding: 1em 2em;
+ line-height: 1.5;
+}
+
+.about-page a {
+ color: var(--cru-surface-on-color);
+}