We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0441d9f commit 593ba44Copy full SHA for 593ba44
src/site/resources/css/site.css
@@ -65,7 +65,12 @@ code, pre {
65
66
/* ===== GitHub Ribbon ===== */
67
.github-fork-ribbon:before {
68
- background: linear-gradient(135deg, #667eea, #764ba2) !important;
+ 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;
74
}
75
76
/* ===== Breadcrumbs ===== */
0 commit comments