This commit is contained in:
2022-12-18 12:23:47 +01:00
parent bcb89d5b25
commit 6c72a497c7

View File

@ -71,6 +71,11 @@
}; };
</script> </script>
<style scoped> <style scoped>
a {
font-weight: bold;
border: 1px solid white;
padding: 2px;
}
a:hover { a:hover {
cursor: pointer; cursor: pointer;
} }