Skip to content

Commit

Permalink
style: more snappy
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Nov 29, 2023
1 parent 4b950d4 commit a256a84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ body {
}

#issues-container > div:hover {
background-position: 9px calc(100% - 9px);
/* background-position: 9px calc(100% - 9px); */
opacity: 1;

background-color: #80808010;
transition: background-color 0s;
}

#issues-container > div:hover .info {
Expand All @@ -83,8 +84,8 @@ body {
opacity: 1;
}
#issues-container > div:active {
border-left: 4px solid #00ffff;
background-color: #80808020;
/* border-left: 4px solid #00ffff; */
background-color: #80808040;
}

h3 {
Expand Down

0 comments on commit a256a84

Please sign in to comment.