diff options
Diffstat (limited to 'FrontEnd/src/pages/about/index.css')
-rw-r--r-- | FrontEnd/src/pages/about/index.css | 8 |
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); +} |