1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 00:27:58 +02:00
This commit is contained in:
Matthias Kretschmann 2018-09-06 19:29:49 +02:00
parent 936baaff7e
commit 6f7ec405e4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 9 additions and 7 deletions

View File

@ -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%);
}
}

View File

@ -19,7 +19,8 @@
padding-top: 0;
}
&:only-child {
&:only-child,
&:last-child {
border: 0;
&::before {