From 43c339abf8cf5e6a9acfc6c18cb33b954679a0bf Mon Sep 17 00:00:00 2001 From: Zabil Cheriya Maliackal Date: Thu, 5 Dec 2024 18:36:52 +0000 Subject: [PATCH] Fix formatting Signed-off-by: Zabil C.M --- docs/_includes/styles.css | 33 ++++++++++++++++----------------- package-lock.json | 4 ++-- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/docs/_includes/styles.css b/docs/_includes/styles.css index 3c5aaeb92..2f290ee5c 100644 --- a/docs/_includes/styles.css +++ b/docs/_includes/styles.css @@ -1,14 +1,14 @@ -@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap"); /* Global Styles */ body { - font-family: 'Open Sans', sans-serif; + font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.8; - color: #25282D; + color: #25282d; background: #fcfcfc; margin: 0; } @@ -21,8 +21,8 @@ h3, h4, h5, h6 { - font-family: 'Poppins', sans-serif; - color: #25282D; + font-family: "Poppins", sans-serif; + color: #25282d; } h1 { @@ -38,7 +38,7 @@ h3 > a { a, a:visited, a:active { - color: #25282D; + color: #25282d; } a:hover { @@ -61,7 +61,7 @@ li { } blockquote { - border-left: 5px solid #2BD3EF; + border-left: 5px solid #2bd3ef; margin-inline-start: 0; padding-left: 1em; } @@ -98,7 +98,7 @@ section { } .home-section a { - color: #25282D; + color: #25282d; } .home-section ul { @@ -108,7 +108,7 @@ section { .home-section ul li::before { content: "\2022"; - color: #2BD3EF; + color: #2bd3ef; font-weight: bold; display: inline-block; width: 1em; @@ -135,7 +135,7 @@ form.search label { line-height: 1.5; font-size: 14px; font-weight: normal; - font-family: 'Open Sans'; + font-family: "Open Sans", sans-serif; } form.search img { @@ -150,7 +150,6 @@ form.search input::placeholder { /* Small screen overrides */ @media (max-width: 600px) { - .header-text { font-size: 34px; max-width: 300px; @@ -176,7 +175,7 @@ ol { li::before { content: "\2022"; - color: #2BD3EF; + color: #2bd3ef; display: inline-block; width: 1em; margin-left: -1em; @@ -220,7 +219,7 @@ span { } pre code { - font-family: 'Roboto Mono', monospace; + font-family: "Roboto Mono", monospace; background: #222222; color: #fff; display: block; @@ -235,11 +234,11 @@ pre code { justify-content: space-between; } -@media(max-width:800px) { +@media (max-width: 800px) { article, footer, section { background: white; padding: 15px; } -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 95741aa49..069af4ac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiko", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiko", - "version": "1.4.1", + "version": "1.4.2", "hasInstallScript": true, "license": "MIT", "dependencies": {