File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ const config: Config = {
120
120
href : "https://www.ory.sh/contact/" ,
121
121
} ,
122
122
{
123
- html : `<button class="footer__link-item" onClick="window.__showOryConsentDialog()">Consent Preferences</button>` ,
123
+ html : `<button onClick="window.__showOryConsentDialog()">Consent Preferences</button>` ,
124
124
} ,
125
125
] satisfies Preset . ThemeConfig [ "footer" ] [ "links" ] ,
126
126
logo : {
Original file line number Diff line number Diff line change @@ -147,3 +147,19 @@ svg[class*="iconExternalLink"] {
147
147
.config-editor p {
148
148
margin : unset;
149
149
}
150
+
151
+ .footer__link-item : hover {
152
+ color : unset;
153
+ }
154
+ .footer__link-item button {
155
+ background-color : transparent;
156
+ border : none;
157
+ color : inherit;
158
+ cursor : pointer;
159
+ font : inherit;
160
+ padding : 0 ;
161
+ }
162
+
163
+ .footer__link-item button : hover {
164
+ text-decoration : underline;
165
+ }
You can’t perform that action at this time.
0 commit comments