Skip to content

Commit ec39427

Browse files
authored
Add link to Github repo form cli page to each script (hestiacp#4023)
* Add link to github for each file * Fix mark down code * Improve read ability * Update colours
1 parent ab91f96 commit ec39427

File tree

3 files changed

+1040
-7
lines changed

3 files changed

+1040
-7
lines changed

bin/v-add-web-domain-alias

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# example: v-add-web-domain-alias admin acme.com www.acme.com yes
66
#
77
# This function adds one or more aliases to a domain (it is also called
8-
# "domain parking"). This function supports wildcards *.domain.tpl.
8+
# "domain parking"). This function supports wildcards <*.domain.tld>.
99

1010
#----------------------------------------------------------#
1111
# Variables & Functions #

docs/.vitepress/theme/styles/vars.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
--vp-c-brand-darker: #781746;
77
--vp-home-hero-name-color: transparent;
88
--vp-home-hero-name-background: linear-gradient(120deg, #d83182, #633288, #41d1ff);
9+
--vp-button-brand-bg: #b7236a;
10+
--vp-button-brand-hover-bg: #9a1d5a;
11+
--vp-button-brand-active-bg: #9a1d5a;
12+
--vp-c-brand-1: #b7236a;
913
}
1014

1115
.dark {
@@ -15,4 +19,8 @@
1519
--vp-c-brand: #ff558f;
1620
--vp-c-brand-dark: #da4778;
1721
--vp-c-brand-darker: #b7236a;
22+
--vp-button-brand-bg: #da4778;
23+
--vp-button-brand-hover-bg: #b7236a;
24+
--vp-button-brand-active-bg: #b7236a;
25+
--vp-c-brand-1: #da4778;
1826
}

0 commit comments

Comments
 (0)