fix: text color for "Signed by" commit header

This commit is contained in:
winston 2023-03-22 10:32:07 +01:00
parent 0d3afc3bd5
commit 646955be47
No known key found for this signature in database
GPG key ID: 3786770EDBC2B481
2 changed files with 6 additions and 1 deletions

View file

@ -1,2 +1,2 @@
export * as path from "https://deno.land/std@0.180.0/path/mod.ts";
export * as sass from "npm:sass-embedded";
export * as sass from "npm:sass-embedded@1.59.3";

View file

@ -244,6 +244,11 @@
background-color: $base;
}
// link color for signed commits
.ui.commit-header-row .svg.gitea-lock ~ a {
color: $crust;
}
::selection {
background: color.change($rosewater, $alpha: 0.3) !important;
}