aboutsummaryrefslogtreecommitdiff
path: root/src/components/link.style.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-01 01:27:30 +0200
committerHenry Jameson <me@hjkos.com>2024-02-01 01:27:30 +0200
commitd4795d2e3c363065319a978fd2d9237fb62f2fe6 (patch)
tree9231eaf5141db5477a8201315e4720d82d23a8c9 /src/components/link.style.js
parent53a4b1f9a6a9aa6bc044609c3accb074d924daf9 (diff)
moved default rules to component style.js files, added some basic text inheritance
Diffstat (limited to 'src/components/link.style.js')
-rw-r--r--src/components/link.style.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/link.style.js b/src/components/link.style.js
index 0128fd91..d13cef33 100644
--- a/src/components/link.style.js
+++ b/src/components/link.style.js
@@ -16,7 +16,6 @@ export default {
component: 'Link',
state: ['faint'],
directives: {
- textColor: '--link',
textOpacity: 0.5,
textOpacityMode: 'fake'
}