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

Darkmode Styling Updated ++ #725

Merged
merged 6 commits into from
May 25, 2024
Merged
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
20 changes: 20 additions & 0 deletions .vscode/article.code-snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"article frontmatter": {
"scope": "markdown",
"prefix": "article frontmatter",
"body": [
"---"
"layout: post-article"
"article: true"
"title: '$1'"
"description: $2"
"hero-image: $3"
"hero-image-alt: $4"
"tags: [$5]"
"content-type: ${6|reference,tool,interactive,video,my content,reading,publication,portfolio,article,blog|}"
"date: $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE"
"---"
],
"description" : "Frontmatter for a Article"
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ https://instagram.com/naher94 |✖️|✖️|✅|
https://www.threads.net/@naher94 |✖️|✖️|✅|
https://github.com/naher94 |✖️|✖️|✅| Twitter link
https://twitter.com/naher94 |✅ header image|✅|✅
https://codepen.io/naher94 | ✖️|✖️|✖️| Twitter link
https://codepen.io/rehanbutt | ✖️|✖️|✖️| Twitter link
https://www.pinterest.com/naher94/ | ✖️|✖️|✖️
https://500px.com/p/naher94 |✖️|✅|✅| Twitter & Instagram links
https://500px.com/p/rehan_butt |✖️|✅|✅| Twitter & Instagram links
https://dribbble.com/rehanbutt |✖️|✅|✅|social links
https://www.imdb.com/name/nm15449795/ |✖️|✖️|✖️| rehanbutt.com & Linkedin links
https://adplist.org/mentors/rehan-butt |✅ header image|✅|✅| Twitter link
Expand Down
2 changes: 1 addition & 1 deletion _articles/product-principles-strategies.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ A series of principles and strategies that I have found to work well when buildi
<p>Software should be opinionated. Its the only way software can excel at the task at hand. Flexible software lets everyone invent their own workflows, which can create chaos as the user group scales. And distracts the team from the product vision.</p>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:"

baseurl: "" # the subpath of your site, e.g. /blog
url: "https://rehanbutt.com" # the base hostname & protocol for your site
version: 8.12.0
version: 8.14.0
version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava, Honeydew]

# Build settings
Expand Down
7 changes: 0 additions & 7 deletions _sass/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@
.rainbow{
font-weight: $zilla-bold;
}
code{
color: inherit;
border-radius: 5px;
padding-bottom: 0.15em;
background-color: semantic-color(inline-code);
border: 0;
}
@include breakpoint(small only) {
font-size: 1.2rem;
}
Expand Down
6 changes: 2 additions & 4 deletions _sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ $semantic-colors:(
footer-bg: $navy-black-l9,
footer-nav-hover: $navy-black-l8,
footer-logo: $navy-black,
inline-code: $navy-black-l9,
recent-resources-bg: $signature-teal,
button-outline: $navy-black,
button-fill: $navy-black,
Expand Down Expand Up @@ -125,14 +124,13 @@ $semantic-colors:(
shadow: rgba($navy-black-d9,0.75),
floating-card-bg: $navy-black,
footer-bg: $navy-black-d2,
footer-nav-hover: $navy-black-d4,
footer-nav-hover: $navy-black-l1,
footer-logo: $pure-white,
inline-code: $navy-black-d8,
recent-resources-bg: $signature-teal-d2,
button-outline: $pure-white,
button-fill: $pure-white,
selection-background: $signature-teal-d3,
code-bg: $navy-black-d8,
code-bg: $navy-black-l1,
resources-video: #FF5A5A,
resources-reading: #4DC94D,
resources-interactive: #7583FF,
Expand Down
Loading