Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
arjunattam committed Oct 16, 2023
1 parent 09a2914 commit 7ed5784
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
--white: #ededed;
--green: rgb(72, 213, 151);
--yellow: rgb(245, 207, 101);
--faded-yellow: color-mix(in srgb, var(--yellow) 90%, transparent);
--dark-yellow: #b58d1f;
--bg-yellow: #4a4433;
--bg-gray: #272a1f;
@@ -243,8 +242,8 @@ a.postlist-link {

.posttag-rec,
.posttag-rec:hover {
background-color: var(--faded-yellow);
color: var(--bg-yellow);
background-color: var(--dark-yellow);
color: var(--bg-black);
}

/** Projects **/

1 comment on commit 7ed5784

@vercel
Copy link

@vercel vercel bot commented on 7ed5784 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

arjun-is – ./

arjun-is.vercel.app
arjun-is-arjun27.vercel.app
arjun-is-git-master-arjun27.vercel.app
arjun.is

Please sign in to comment.