diff --git a/src/app/app.component.css b/src/app/app.component.css index cda929a0..7a8666a5 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -40,8 +40,19 @@ color: #ddd; } -.github-fork-ribbon:before { - background-color: #333; +.github-button img { + margin-right: 10px; + height: 30px; + width: auto; + transition: transform 0.2s; +} + +.github-button:hover img { + transform: scale(1.1); +} + +:host-context(.dark-theme) .github-button img { + filter: invert(1); } @media only screen and (max-width: 750px) { diff --git a/src/app/app.component.html b/src/app/app.component.html index 5cd4c170..1c9abe37 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -16,15 +16,11 @@
{{ subtitle }}
- Fork me on GitHub + + Fork me on GitHub + - + \ No newline at end of file diff --git a/src/assets/images/github.png b/src/assets/images/github.png new file mode 100644 index 00000000..6cb3b705 Binary files /dev/null and b/src/assets/images/github.png differ diff --git a/src/index.html b/src/index.html index 0e29ae99..6f9d1f95 100644 --- a/src/index.html +++ b/src/index.html @@ -1,23 +1,19 @@ - - - DSOMM - - - - - - - - - - - - + + + + DSOMM + + + + + + + + + + + + + \ No newline at end of file