feat: Add post-content styles and improve breadcrumb and link styles
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
//
|
||||
// Button styles //
|
||||
//
|
||||
a {
|
||||
color: get-color("dark", 0.9);
|
||||
text-decoration: none;
|
||||
@include transition(linear 0.1s);
|
||||
&:hover {
|
||||
color: get-color("dark");
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
// a {
|
||||
// color: get-color("dark", 0.9);
|
||||
// text-decoration: none;
|
||||
// @include transition(linear 0.1s);
|
||||
// &:hover {
|
||||
// color: get-color("dark");
|
||||
// text-decoration: none;
|
||||
// }
|
||||
// }
|
||||
button {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user