From e2f69a2c0f0bfbdd7f3e61b86b3c337e882c7d19 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 19 Sep 2022 23:05:51 +0530 Subject: Performance and eyecandy optimization based on chrome lighthouse --- src/_includes/assets/css/styles.css | 5 +++++ src/index.njk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/_includes/assets/css/styles.css b/src/_includes/assets/css/styles.css index f9eaca4..8ab0866 100644 --- a/src/_includes/assets/css/styles.css +++ b/src/_includes/assets/css/styles.css @@ -1378,6 +1378,11 @@ select { color: rgb(79 70 229 / var(--tw-text-opacity)); } +.text-cyan-800 { + --tw-text-opacity: 1; + color: rgb(21 94 117 / var(--tw-text-opacity)); +} + .underline { -webkit-text-decoration-line: underline; text-decoration-line: underline; diff --git a/src/index.njk b/src/index.njk index 87aba67..9bf43ca 100644 --- a/src/index.njk +++ b/src/index.njk @@ -8,7 +8,7 @@ alternatetitle: "Hello Friend!! My name is Indrajith K L."

{{alternatetitle}}

I'm a web developer, hobbyist game developer from Kerala, India working as a front-end developer. - This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you here why don't you read some posts from here. + This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you here why don't you read some posts.

-- cgit v1.2.3