From a9fb2d61c6e412a07bd224af2105a1513d8c73fb Mon Sep 17 00:00:00 2001 From: Sachith Date: Fri, 9 Feb 2024 11:38:37 +0530 Subject: [PATCH] Format fix --- configs/lang_icons/pythons.txt | 7 +++---- src/fetch/formats.rs | 1 - styles/styles.css | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configs/lang_icons/pythons.txt b/configs/lang_icons/pythons.txt index f203546..b6f0201 100644 --- a/configs/lang_icons/pythons.txt +++ b/configs/lang_icons/pythons.txt @@ -9,8 +9,7 @@ (((((((((/ ,,,,,,,,,,,,,,,,,,,,,,,,,,,* ((((((((( ,,,,,,,,,,,,,,,,,,,,,,,,,**** (((((((( ,,,,,,,,,,,,,,,,,,,,,******* - ,(((( ,,,,,,,,,,,,,,,,,,******. + ,(((( ,,,,,,,,, ,,,,,,,,,,,,,,***** - ,,,,,,,,,,,** .** - ,,,,,,*********** - .********* + ,,,,,,,,,,,** .** + ,,,,,,*********** diff --git a/src/fetch/formats.rs b/src/fetch/formats.rs index c0b4d7a..6d0988f 100644 --- a/src/fetch/formats.rs +++ b/src/fetch/formats.rs @@ -213,7 +213,6 @@ pub fn format_contacts(config: Config) -> String { format!( r#" LinkedIn: linkedin.com/{}"#, - linkedin, linkedin ) }); diff --git a/styles/styles.css b/styles/styles.css index f11cb00..ba63d16 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -117,6 +117,6 @@ form { /* Links */ a { - text-decoration-thickness: 3px; + text-decoration-thickness: 2px; text-underline-offset: 8px; }