Add source link and increase version tag contrast
This commit is contained in:
@@ -264,10 +264,20 @@
|
||||
right: 1rem;
|
||||
font-family: var(--f-mono);
|
||||
font-size: 0.65rem;
|
||||
color: var(--rule);
|
||||
color: var(--muted);
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.version-tag a {
|
||||
color: var(--muted);
|
||||
text-decoration: underline;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
.version-tag a:hover {
|
||||
color: var(--ink);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -354,7 +364,7 @@
|
||||
</div>
|
||||
</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>
|
||||
let lastSvg = '';
|
||||
|
||||
Reference in New Issue
Block a user