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

@ -18,7 +18,7 @@ on:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [main] branches: [main]
schedule: schedule:
- cron: '19 22 * * 2' - cron: "19 22 * * 2"
jobs: jobs:
analyze: analyze:
@ -32,7 +32,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
language: [ 'javascript' ] language: ["javascript"]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support # Learn more about CodeQL language support at https://git.io/codeql-language-support

View file

@ -15,4 +15,7 @@ which was great because I, everyones favourite wizard-boy, need a new toaster!
But how about you read it yourself? 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"
/>

View file

@ -7,11 +7,10 @@ $textColor: white;
$lightTextColor: black; $lightTextColor: black;
$layoutPadding: 20px; $layoutPadding: 20px;
$noticeColor: rgba(#e52b3e, .15); $noticeColor: rgba(#e52b3e, 0.15);
$mainFont: "Fira Code", monospace; $mainFont: "Fira Code", monospace;
@mixin flexList { @mixin flexList {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;

View file

@ -16,7 +16,6 @@
pointer-events: none; pointer-events: none;
overscroll-behavior: contain; overscroll-behavior: contain;
&.active { &.active {
left: 0; left: 0;
opacity: 1; opacity: 1;

View file

@ -33,7 +33,6 @@
} }
.heroSectionBg { .heroSectionBg {
background: linear-gradient(45deg, #000850 0%, #000320 100%), background: linear-gradient(45deg, #000850 0%, #000320 100%),
radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%), radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
linear-gradient(225deg, #ff7a00 0%, #000000 100%), linear-gradient(225deg, #ff7a00 0%, #000000 100%),
@ -466,7 +465,7 @@
} }
.date { .date {
opacity: .75; opacity: 0.75;
} }
a { a {

View file

@ -4,7 +4,7 @@
display: block; display: block;
margin-top: 2rem; margin-top: 2rem;
margin-bottom: -2rem; margin-bottom: -2rem;
font-size: .8em; font-size: 0.8em;
text-decoration: none; text-decoration: none;
} }
@ -47,7 +47,6 @@
} }
} }
.pageSwitcher { .pageSwitcher {
display: flex; display: flex;
margin-top: $layoutPadding; margin-top: $layoutPadding;
@ -86,7 +85,7 @@
.meta { .meta {
margin-bottom: 10px; margin-bottom: 10px;
opacity: .5; opacity: 0.5;
} }
.excerpt { .excerpt {
@ -104,5 +103,5 @@
display: block; display: block;
padding: $layoutPadding; padding: $layoutPadding;
text-align: center; text-align: center;
opacity: .5; opacity: 0.5;
} }

View file

@ -47,7 +47,6 @@
} }
} }
> iframe { > iframe {
position: absolute; position: absolute;
top: 25px; top: 25px;
@ -65,5 +64,4 @@
-1px 11px 33px -10px rgba($accentColor, 0.25); -1px 11px 33px -10px rgba($accentColor, 0.25);
} }
} }
} }