Skip to content

Commit 593ba44

Browse files
committed
Change GitHub ribbon text to 'View on GitHub' with purple gradient
1 parent 0441d9f commit 593ba44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/site/resources/css/site.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ code, pre {
6565

6666
/* ===== GitHub Ribbon ===== */
6767
.github-fork-ribbon:before {
68-
background: linear-gradient(135deg, #667eea, #764ba2) !important;
68+
background-color: #667eea !important;
69+
background-image: linear-gradient(135deg, #667eea, #764ba2) !important;
70+
}
71+
72+
.github-fork-ribbon:after {
73+
content: 'View on GitHub' !important;
6974
}
7075

7176
/* ===== Breadcrumbs ===== */

0 commit comments

Comments
 (0)