fix: text color for "Signed by" commit header
This commit is contained in:
2
deps.ts
2
deps.ts
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user