Run prettier

This commit is contained in:
Kevin Kandlbinder 2021-12-06 14:54:29 +00:00 committed by GitHub
parent daa9ca870d
commit c0b52851a4
16 changed files with 262 additions and 265 deletions

View file

@ -33,7 +33,6 @@
}
.heroSectionBg {
background: linear-gradient(45deg, #000850 0%, #000320 100%),
radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
linear-gradient(225deg, #ff7a00 0%, #000000 100%),
@ -379,19 +378,19 @@
background-color: $accentColor;
border-radius: 100px;
box-shadow: 0 0 15px 0 rgba(229, 43, 62, 0.25);
&::before {
content: " ";
position: absolute;
top: -10px;
left: 0;
width: 5px;
height: 5px;
background-color: $accentColor;
border-radius: 100px;
box-shadow: 0 0 15px 0 rgba(229, 43, 62, 0.25);
content: " ";
position: absolute;
top: -10px;
left: 0;
width: 5px;
height: 5px;
background-color: $accentColor;
border-radius: 100px;
box-shadow: 0 0 15px 0 rgba(229, 43, 62, 0.25);
}
/*&::after {
content: " ";
position: absolute;
@ -412,7 +411,7 @@
--entry-color: #{$accentColor};
&:first-child {
margin-top: 0;
margin-top: 0;
}
&:last-child {
@ -464,9 +463,9 @@
height: 25px;
}
}
.date {
opacity: .75;
opacity: 0.75;
}
a {