diff --git a/src/app/app.component.css b/src/app/app.component.css index cda929a07..edbd5b222 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-top: 6px; + height: 20px; + 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 5cd4c1707..1c9abe37b 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 000000000..6cb3b705d Binary files /dev/null and b/src/assets/images/github.png differ diff --git a/src/index.html b/src/index.html index 0e29ae990..6f9d1f957 100644 --- a/src/index.html +++ b/src/index.html @@ -1,23 +1,19 @@ - - - DSOMM - - - - - - - - - - - - + + + + DSOMM + + + + + + + + + + + + + \ No newline at end of file