diff --git a/server/frontend/public/assets/css/main.css b/server/frontend/public/assets/css/main.css index 41364b1..0ca0586 100644 --- a/server/frontend/public/assets/css/main.css +++ b/server/frontend/public/assets/css/main.css @@ -33,9 +33,23 @@ header { margin-bottom: 1rem; padding-bottom: 0.3rem; padding-top: 0.3rem; + display: flex; + justify-content: space-between; + & h1 { padding-left: 3rem; } + a { + display: inline-flex; + align-items: center; + padding-right: 3rem; + + img { + max-width: 40px; + filter: invert(28%) sepia(83%) saturate(712%) hue-rotate(141deg) + brightness(93%) contrast(99%); + } + } } main { @@ -150,4 +164,4 @@ main { color: var(--color-text-muted); margin-top: 8rem; text-align: center; -} \ No newline at end of file +} diff --git a/server/frontend/public/assets/images/git.svg b/server/frontend/public/assets/images/git.svg new file mode 100644 index 0000000..b5464a5 --- /dev/null +++ b/server/frontend/public/assets/images/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/server/frontend/public/index.html b/server/frontend/public/index.html index 8d6df2e..9c5e551 100644 --- a/server/frontend/public/index.html +++ b/server/frontend/public/index.html @@ -10,6 +10,7 @@

SimuGaz

+