Skip to content

Commit

Permalink
Add pressed states
Browse files Browse the repository at this point in the history
  • Loading branch information
Valer100 committed Aug 5, 2024
1 parent 3ff254e commit 6ea532c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ a.btn-titlebar {
border-radius: 20px;
}

.project:active {
background-color: #0e2925;
border-radius: 20px;
}

.project:hover .project-text .project-title {
color: #9bd6c2;
}
Expand All @@ -254,6 +259,10 @@ a.btn-titlebar {
background-color: #1f8f79;
}

.button:active {
background-color: #165f51;
}

@keyframes show-tooltip {
from {
visibility: hidden;
Expand Down

0 comments on commit 6ea532c

Please sign in to comment.