mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix timeline colors
This commit is contained in:
parent
d9f4c8d437
commit
ea0ee905a0
1 changed files with 16 additions and 15 deletions
|
|
@ -83,23 +83,24 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
$color: colors.$blue-800;
|
@mixin stamp-hover($color) {
|
||||||
|
> .stamp {
|
||||||
@include colors.coderdojo-theme {
|
border-color: $color;
|
||||||
$color: colors.$orange-500;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .stamp {
|
|
||||||
border-color: $color;
|
|
||||||
background-color: $color;
|
|
||||||
color: colors.$inverse-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .content {
|
|
||||||
&::before,
|
|
||||||
> h3:first-child::after {
|
|
||||||
background-color: $color;
|
background-color: $color;
|
||||||
|
color: colors.$inverse-text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .content {
|
||||||
|
&::before,
|
||||||
|
> h3:first-child::after {
|
||||||
|
background-color: $color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@include stamp-hover(colors.$blue-800);
|
||||||
|
@include colors.coderdojo-theme {
|
||||||
|
@include stamp-hover(colors.$orange-500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue