mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-16 01:22:02 +02:00
Run prettier
This commit is contained in:
parent
daa9ca870d
commit
c0b52851a4
16 changed files with 262 additions and 265 deletions
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
|
@ -13,12 +13,12 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '19 22 * * 2'
|
||||
- cron: "19 22 * * 2"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'javascript' ]
|
||||
language: ["javascript"]
|
||||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
|
||||
# Learn more about CodeQL language support at https://git.io/codeql-language-support
|
||||
|
||||
|
|
|
@ -15,4 +15,7 @@ which was great because I, everyones favourite wizard-boy, need a new toaster!
|
|||
|
||||
But how about you read it yourself?
|
||||
|
||||
<Chat src="https://cdn.kevink.dev/chats/scams/01_hermine/index.html" type="telegram" />
|
||||
<Chat
|
||||
src="https://cdn.kevink.dev/chats/scams/01_hermine/index.html"
|
||||
type="telegram"
|
||||
/>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
pointer-events: none;
|
||||
overscroll-behavior: contain;
|
||||
|
||||
|
||||
&.active {
|
||||
left: 0;
|
||||
opacity: 1;
|
||||
|
|
|
@ -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%),
|
||||
|
@ -466,7 +465,7 @@
|
|||
}
|
||||
|
||||
.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