From 5f33b33f13c566c6971ac996bd2b69a8f75c83ed Mon Sep 17 00:00:00 2001 From: Iyad Al-Sahwi Date: Sun, 10 Mar 2024 23:37:19 +0100 Subject: [PATCH] add custom style --- README.md | 2 +- assets/css/style.scss | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 assets/css/style.scss diff --git a/README.md b/README.md index 9f53c9c..c5fab29 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ### Automation Engineer at Signavio GmbH - 09/2016 - 01/2019 - Automation of development tasks for 3 engineering teams using Java, Kotlin, Groovy and Gradle as well as Docker, Docker Swarm, Gitlab and Jenkins -- Customize Java client library +- Custom Java client library - UI and API test framework in Kotlin - Groovy scripts for job generation - Gradle build and release scripts diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..0f07810 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,18 @@ +--- +--- + +@import "{{ site.theme }}"; + +h1 { + margin:0 0 50px; + color: blue; +} + +h2 { + margin:60px 0 30px 0; + color: blue; +} + +h3 { + margin:30px 0 20px 0; +} \ No newline at end of file