diff --git a/src/templates/page.css b/src/templates/page.css index 02f89ab..ef32410 100644 --- a/src/templates/page.css +++ b/src/templates/page.css @@ -61,4 +61,10 @@ body * { display: flex; flex-direction: row; justify-content: space-between; +} + +a { + color: white; + text-decoration: none; + font-size: 1.5rem; } \ No newline at end of file