Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5 #3

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

v5 #3

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["*"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions assets/css/dark.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@layer components {
.dark body {
@apply bg-stone-900 text-gray-400
@apply bg-slate-900 text-gray-400
}
.dark noise{
/* .dark noise{
@apply opacity-30
}
.dark .single h1, .dark .single h2, .dark .single h3, .dark blockquote, .dark .section, .dark .single .title, .dark intro h1, .dark #side .title, .dark #split .company {
Expand All @@ -22,5 +22,5 @@
}
.dark blockquote {
@apply text-amber-400 !important
}
} */
}
53 changes: 10 additions & 43 deletions assets/css/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,22 @@
/* Code Version */
body.code {
background-image: none;
@apply bg-gray-900 cursor-help
@apply text-neutral-300 bg-gray-900 cursor-help
}

.code, .code intro p {
@apply text-gray-400
}

.code a::before {
@apply bg-green-300 !important
}

.code a:hover {
@apply text-gray-900 cursor-help
}

.code a:hover::before {
@apply bg-green-200 text-gray-900
}

.code noise {
@apply opacity-10
.code a, .code nav *, .code nav svg, .code nav svg path {
@apply text-green-400 fill-green-400 !important
}
.code nav {
@apply bg-transparent
}

.code h1, .code .section, .code .project .title, .code a{
font-family: 'DM Mono', monospace;
@apply text-green-500 !important
}

.code .card .title, .code .company {
font-family: 'DM Mono', monospace;
}

.code .company{
@apply text-gray-400 !important
}

.code intro h1::after{
@apply opacity-100 bg-green-200
.code nav, .code .section, .code .project .title, .code #theme-toggle {
font-family: 'JetBrains Mono', monospace;
}

.code intro profile img:nth-child(1) {
@apply opacity-0
.code #type-text {
font-family: 'JetBrains Mono', monospace;
@apply bg-green-400 text-black
}

.code intro profile img:nth-child(3) {
@apply opacity-100
.code .project .title.secondary {
@apply font-extrabold
}

#matrix {
Expand Down
Loading
Loading