Skip to content

Commit

Permalink
fix(github): customer terms page (#1509)
Browse files Browse the repository at this point in the history
Co-authored-by: uncenter <[email protected]>
  • Loading branch information
arithefirst and uncenter authored Dec 28, 2024
1 parent 80d14a3 commit cc75486
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styles/github/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,17 @@
--shadow-floating-legacy: 0px 6px 12px -3px @crust, 0px 6px 18px 0px @crust;
--outline-focus: @blue solid 2px;

/* Customer Terms & Agreements Page: https://github.com/customer-terms */
.enterprise-customer-agreement {
color: @text !important;

&:hover {
.octicon, h3 {
color: @accent-color !important;
}
}
}

/* Enhanced Repo Insights Views - https://github.com/orgs/community/discussions/135572 */
--data-blue-color-emphasis: @accent-color;
--data-red-color-emphasis: @red;
Expand Down

0 comments on commit cc75486

Please sign in to comment.