Skip to content

Commit 933e3f0

Browse files
Change the banner and link colours
1 parent 8384653 commit 933e3f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_resourcepdf/overrides/partials/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
<div class="actions">
66

7-
<a href="https://docs.percona.com/percona-server/8.0/get-help.html" style="color: var(--md-typeset-a-color);">Get help from Percona</a>
7+
<a href="https://docs.percona.com/percona-server/8.0/get-help.html" style="color: #2cbea2;">Get help from Percona</a>
88
</div>
99
</div>

docs/css/extra.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
gap: 0.5em;
1919
font-size: 1.2rem;
2020
font-weight: normal;
21-
color: var(--md-typeset-a-color);
21+
color: #2cbea2;
2222
text-decoration: underline;
2323
}
2424

@@ -29,3 +29,7 @@
2929
vertical-align: middle;
3030
}
3131

32+
/* Target the custom banner by its data attribute */
33+
[data-banner="data-banner"] {
34+
border: 2px solid #2cbea2; /* Change this to your desired border color */
35+
}

0 commit comments

Comments
 (0)