Skip to content

Commit

Permalink
index.html updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAlmasi committed Nov 11, 2023
1 parent a06bdc8 commit ed05f88
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,16 @@
cursor: default;
}

*::selection {
color: var(--main-bg-color);
background-color: var(--primary-color);
}

html {
align-items: center;
background-color: var(--main-bg-color);
display: flex;
font-size: 22px;
font-size: 20px;
line-height: 1.10;
font-family: "Jetbrains Mono", "Vazirmatn", monospace;
font-weight: 400;
Expand Down Expand Up @@ -65,8 +70,8 @@
caret-shape: block;
color: var(--primary-color);
height: 2ch;
font-size: 22px;
line-height: 1.05;
font-size: 20px;
line-height: 1.10;
font-family: "Jetbrains Mono", "Vazirmatn", monospace;
}

Expand Down Expand Up @@ -216,6 +221,7 @@
<li><a href="https://cdnfonts.com/">CDNfonts</a></li>
<li><a href="https://www.gitignore.io/">gitignore</a></li>
<li><a href="https://cheat.sh/">cheat.sh</a></li>
<li><a href="https://www.restonk.com/SVGEncoder/">SVG Encoder</a></li>
</ul>

<ul>
Expand Down Expand Up @@ -244,6 +250,8 @@
</li>
<li><a href="https://www.freecodecamp.com/">freeCodeCamp</a></li>
<li><a href="https://github.com/sindresorhus/awesome/">Awesome</a></li>
<li><a href="https://choosealicense.com/">Choose License</a></li>
<li><a href="https://learn.microsoft.com/">Microsoft Learn</a></li>
</ul>

<ul>
Expand Down

0 comments on commit ed05f88

Please sign in to comment.