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