Skip to content

Commit

Permalink
fix: most recent signed commit hover color
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
nekowinston committed May 1, 2023
1 parent 3c140a5 commit 10b3501
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,16 @@ $lvl3: if($isDark, $base, $crust);
color: $lvl1;
}

// most recent commit hover when signed
.ui.sha.isSigned.isVerified:hover {
.shortsha {
color: $lvl1;
}
svg.gitea-lock {
fill: $lvl1;
}
}

::selection {
background: color.change($rosewater, $alpha: 0.3) !important;
}
Expand Down

0 comments on commit 10b3501

Please sign in to comment.