diff options
Diffstat (limited to 'FrontEnd/src/pages/about/index.css')
-rw-r--r-- | FrontEnd/src/pages/about/index.css | 7 |
1 files changed, 7 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..1ce7a7c8 --- /dev/null +++ b/FrontEnd/src/pages/about/index.css @@ -0,0 +1,7 @@ +.about-page { + line-height: 1.5; +} + +.about-page a { + color: var(--cru-surface-on-color); +} |