Skip to content

Commit

Permalink
add custom style
Browse files Browse the repository at this point in the history
  • Loading branch information
futchas committed Mar 11, 2024
1 parent 2309a24 commit 5f33b33
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 5f33b33

Please sign in to comment.