feat: Add post-content styles and improve breadcrumb and link styles
This commit is contained in:
@@ -1,6 +1,31 @@
|
||||
//
|
||||
// Text Link Styles //
|
||||
//
|
||||
|
||||
a {
|
||||
// color: #007bff;
|
||||
// color: get-color("dark", 0.8);
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
color: #0056b3;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.post-content {
|
||||
a {
|
||||
// color: #007bff;
|
||||
color: get-color("dark", 0.8);
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
color: #0056b3;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*[class*='text-link-'] {
|
||||
color: get-color("dark", 0.9);
|
||||
&:hover, &:focus {
|
||||
|
||||
Reference in New Issue
Block a user