diff --git a/index.html b/index.html index 1d4016b..f6af432 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,9 @@
directions_car

Roadworthiness Sticker Generator

+ + code +
diff --git a/styles.css b/styles.css index b2c953f..0c52ac0 100644 --- a/styles.css +++ b/styles.css @@ -221,6 +221,29 @@ body { color: var(--md-sys-color-primary); } +.app-bar .git-link { + margin-left: auto; + display: flex; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; + border-radius: 50%; + color: var(--md-sys-color-on-surface-variant); + text-decoration: none; + transition: background-color 0.2s, color 0.2s; +} + +.app-bar .git-link:hover { + background-color: var(--md-sys-color-surface-variant); + color: var(--md-sys-color-primary); +} + +.app-bar .git-link .material-icons { + font-size: 24px; + color: inherit; +} + /* Main Content */ .main-content { flex: 1;