mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
link fix
This commit is contained in:
parent
936baaff7e
commit
6f7ec405e4
@ -1,10 +1,12 @@
|
|||||||
@import 'variables';
|
@import 'variables';
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
|
|
||||||
*,
|
* {
|
||||||
*::before,
|
&,
|
||||||
*::after {
|
&::before,
|
||||||
box-sizing: border-box;
|
&::after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
@ -176,8 +178,7 @@ a {
|
|||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
transition: none;
|
transition: none;
|
||||||
color: darken($link-color, 30%);
|
color: darken($link-color, 10%);
|
||||||
box-shadow: inset 0 -1px 0 darken($link-color, 30%);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:only-child {
|
&:only-child,
|
||||||
|
&:last-child {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user