From 8817b8bf93eea024cf2cf32bf49ad1afd2942f4f Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:36:33 +0100 Subject: [PATCH] Update index.md --- content/blog/cicd-your-cv/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/cicd-your-cv/index.md b/content/blog/cicd-your-cv/index.md index 22a7621..0a5fe3c 100644 --- a/content/blog/cicd-your-cv/index.md +++ b/content/blog/cicd-your-cv/index.md @@ -99,7 +99,7 @@ Screamed at screens to get things done. The [repository layout](#repository-layout) includes two `.css` files: #### `css/normalize.css` -Ensures all components render the same, regardless of the browser. You can get the latest version [here](https://necolas.github.io/normalize.css/). +Ensures all components render the same, regardless of the browser. You can get the latest version from [the official `normalize.css` website](https://necolas.github.io/normalize.css/). #### `css/default.css` Contains the actual styling for your CV, including: @@ -115,7 +115,7 @@ Contains the actual styling for your CV, including: > @import "normalize.css"; > ``` -You can get a base `default.css` here: +You can get a base `default.css` by expanding the section below: {{% details title="Base `default.css`" closed="true" %}} ```css {filename="css/default.css"}