Fixed link color

pull/345/head
cagataycivici 2020-05-13 15:35:35 +03:00
parent fffe4a4435
commit 89bad1cb6f
1 changed files with 8 additions and 1 deletions

View File

@ -101,8 +101,15 @@ export default {
} }
</script> </script>
<style scoped> <style scoped lang="scss">
button { button {
margin-right: .5em; margin-right: .5em;
} }
/deep/ .p-tree {
a {
color: #2196f3;
}
}
</style> </style>