This commit is contained in:
Ali Gator 2022-12-18 12:23:47 +01:00
parent ae9275647f
commit bce0f39aff
1 changed files with 5 additions and 0 deletions

View File

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