Add source link and increase version tag contrast
This commit is contained in:
@@ -264,10 +264,20 @@
|
|||||||
right: 1rem;
|
right: 1rem;
|
||||||
font-family: var(--f-mono);
|
font-family: var(--f-mono);
|
||||||
font-size: 0.65rem;
|
font-size: 0.65rem;
|
||||||
color: var(--rule);
|
color: var(--muted);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.version-tag a {
|
||||||
|
color: var(--muted);
|
||||||
|
text-decoration: underline;
|
||||||
|
pointer-events: all;
|
||||||
|
}
|
||||||
|
|
||||||
|
.version-tag a:hover {
|
||||||
|
color: var(--ink);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -354,7 +364,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<span class="version-tag">v{{ version }}</span>
|
<span class="version-tag">v{{ version }} — <a href="https://git.baumann.gr/adebaumann/M1730-Scale" target="_blank" rel="noopener">Source</a></span>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
let lastSvg = '';
|
let lastSvg = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user