Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/bb9101c453e22d3465b9f72e59a3dee84c672f79 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Change: link color

- Changed: link color to make it better readable
pull/769/head
TRaSH 3 years ago
parent 2794f1af5d
commit bb9101c453

@ -19,11 +19,11 @@ th {
td a:hover {
color: red !important;
}
/*
.md-content {
--md-typeset-a-color: #1372EB;
--md-typeset-a-color: orange;
}
*/
footer.sponsorship {
text-align: center;
hr {
@ -59,6 +59,6 @@ th, td {
[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
background-color: hsla(var(--md-hue),25%,25%,1)
}
[data-md-color-scheme="slate"] .md-content {
--md-typeset-a-color: #f8f8f8;
[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
color: #f8f8f8;
}

Loading…
Cancel
Save