add repo link
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
<div class="app-bar-content">
|
||||
<span class="material-icons">directions_car</span>
|
||||
<h1>Roadworthiness Sticker Generator</h1>
|
||||
<a href="https://git.shihaam.dev/shihaam/roadworthiness-sticker-generator" target="_blank" rel="noopener" class="git-link" title="View Source">
|
||||
<span class="material-icons">code</span>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
+23
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user