mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-21 14:11:00 -05:00
fix: text color for "Signed by" commit header
This commit is contained in:
parent
0d3afc3bd5
commit
646955be47
2 changed files with 6 additions and 1 deletions
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 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;
|
background-color: $base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// link color for signed commits
|
||||||
|
.ui.commit-header-row .svg.gitea-lock ~ a {
|
||||||
|
color: $crust;
|
||||||
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: color.change($rosewater, $alpha: 0.3) !important;
|
background: color.change($rosewater, $alpha: 0.3) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue