diff --git a/src/index.css b/src/index.css index 7a599d28313d4affd7b90ecbfb4357acd45587a5..0c7087f9e0f8d669b0967e33b449d123267eb060 100644 --- a/src/index.css +++ b/src/index.css @@ -12,6 +12,10 @@ code { monospace; } - a { +a { color: rgb(0, 121, 244); -} \ No newline at end of file +} + +section { + scroll-margin-top: 64px; +} \ No newline at end of file