Website: fix link styling on deploy docs (#27092)

- Fixed link styling on deploy docs.
- Fixed hover styles on the CTA on the bottom of docs pages

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Mike Thomas 2025-03-14 02:57:36 +09:00 committed by GitHub
parent 2a63092cd9
commit 79ede252cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -569,10 +569,10 @@
margin-right: 8px;
border-radius: 12px;
flex-grow: 1;
text-decoration: none;
color: unset;
&:hover {
text-decoration: unset;
border: 1px solid @core-vibrant-blue;
box-shadow: 0px 0px 0px 2px rgba(234, 235, 237, 1);
}
}
}
@ -580,6 +580,12 @@
img {
margin: 0;
}
&::after {
content: none;
}
&:hover::after {
content: none;
}
}
[purpose='quote'] {
font-style: italic;
@ -793,6 +799,9 @@
font-size: 14px;
padding: 6px 12px;
width: 131px;
&:hover {
color: #FFF;
}
}
}