This commit is contained in:
Ali Gator 2022-12-18 12:23:47 +01:00
parent ae9275647f
commit bce0f39aff

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;
} }