Add source link and increase version tag contrast

This commit is contained in:
2026-07-12 15:07:15 +02:00
parent 9885da3456
commit 6cf04a427c
+12 -2
View File
@@ -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 = '';