mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-11 07:56:55 +02:00
Run prettier
This commit is contained in:
parent
daa9ca870d
commit
c0b52851a4
16 changed files with 262 additions and 265 deletions
|
@ -7,11 +7,10 @@ $textColor: white;
|
|||
$lightTextColor: black;
|
||||
$layoutPadding: 20px;
|
||||
|
||||
$noticeColor: rgba(#e52b3e, .15);
|
||||
$noticeColor: rgba(#e52b3e, 0.15);
|
||||
|
||||
$mainFont: "Fira Code", monospace;
|
||||
|
||||
|
||||
@mixin flexList {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
transition: opacity 0.25s, left 0.25s;
|
||||
pointer-events: none;
|
||||
overscroll-behavior: contain;
|
||||
|
||||
|
||||
&.active {
|
||||
left: 0;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
display: block;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: -2rem;
|
||||
font-size: .8em;
|
||||
font-size: 0.8em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -47,12 +47,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.pageSwitcher {
|
||||
display: flex;
|
||||
margin-top: $layoutPadding;
|
||||
|
||||
>* {
|
||||
> * {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
|
@ -86,7 +85,7 @@
|
|||
|
||||
.meta {
|
||||
margin-bottom: 10px;
|
||||
opacity: .5;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.excerpt {
|
||||
|
@ -104,5 +103,5 @@
|
|||
display: block;
|
||||
padding: $layoutPadding;
|
||||
text-align: center;
|
||||
opacity: .5;
|
||||
}
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
.meta {
|
||||
display: block;
|
||||
margin-top: -25px;
|
||||
margin-bottom: $layoutPadding*2;
|
||||
margin-bottom: $layoutPadding * 2;
|
||||
}
|
||||
|
||||
.chatBox {
|
||||
|
@ -38,7 +38,7 @@
|
|||
font-size: 1.5em;
|
||||
text-shadow: 0 0 10px black;
|
||||
|
||||
@media(prefers-color-scheme: light) {
|
||||
@media (prefers-color-scheme: light) {
|
||||
text-shadow: 0 0 10px white;
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
> iframe {
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
|
@ -65,5 +64,4 @@
|
|||
-1px 11px 33px -10px rgba($accentColor, 0.25);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue