mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
add style to links in notice (#11925)
* add style to links in notice * fix for stylelint * unrelated: fix eslint warning for unused variables
This commit is contained in:
@@ -26,3 +26,13 @@ export default defineComponent({
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:deep(a) {
|
||||
color: var(--primary);
|
||||
|
||||
&:hover {
|
||||
color: var(--primary-125);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user