Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
namishh committed Jan 13, 2024
1 parent a645f7e commit 9eca289
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Maths.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const Sin = () => {
useEffect(() => {
let all = document.querySelectorAll('.MafsView')
all.forEach(e => {
e.style.setProperty('--mafs-bg', '#0e1114');
e.style.setProperty('--mafs-bg', '#111417');
e.style.setProperty('--mafs-fg', '#dee1e6');
})
}, [])
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const { title, description } = Astro.props;

:root {
--astro-code-color-text: #dee1e6;
--astro-code-color-background: #101215;
--astro-code-color-background: #111417;
--astro-code-token-constant: #c68aee;
--astro-code-token-string: #78DBA9;
--astro-code-token-comment: #485263;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Quote from "../components/Quote.astro"
<h1 class="text-2xl sm:text-3xl font-bold text-fg ok mb-3">
What is <span class="text-primary font-serif"> The Interim? </span>
</h1>
<p class=" leading-[2.1rem] text-lg text-fg">Hi, I am chadcat7, the pilot of your spaceship and an above average hobbyist programmer. You have reached my personal site, The Interim, a small area in this vast universe where time has no meaning. Feel free to live here as long as want. Here are some facts about me -</p>
<p class=" leading-[2.1rem] text-lg text-fg">Hi, I am chadcat7, the pilot of your spaceship and an above average hobbyist programmer. You have reached my personal site, The Interim, a small area in this vast universe where time has no meaning. Feel free to live here as long as you want. Here are some facts about me -</p>
<ul class="list-disc leading-[2.1rem] ml-4 my-4 text-fg text-lg">
<li>16 years of age. Been on and off programming since 5 years now</li>
<li>Knows frontend web dev, amateur in backend dev and dsa. Have knowledge of making discord bots</li>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
},
extend: {
colors: {
'darker': "#101215",
'darker': "#111417",
'bg': "#13161a",
'mbg': "#171a1f",
"bg3": "#21262e",
Expand Down

0 comments on commit 9eca289

Please sign in to comment.