Skip to content

Commit 1bb53f4

Browse files
authored
Update _config.yml
1 parent aaf73bc commit 1bb53f4

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

_config.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,20 @@ avatar: "/img/avatar-icon.png"
4040

4141
# --- Background colour/image options --- #
4242

43-
# Personalize the colors and theme of your website.
44-
# values can be any HTML5/CSS3 color parameter. For example:
45-
# pink https://www.w3schools.com/colors/colors_names.asp
46-
# DeepSkyBlue
47-
# #EEE https://www.w3schools.com/colors/colors_picker.asp
48-
# #333399
49-
# rgb(66, 134, 244)
50-
# linear-gradient(to top left, #333399 0%, #9966ff 100%) https://www.w3schools.com/colors/colors_gradient.asp
43+
# Personalize the colors in your website. Colour values can be any valid CSS colour
5144

5245
navbar-col: "#F5F5F5"
5346
navbar-text-col: "#404040"
54-
navbar-children-col: "#f5f5f5"
55-
page-col: "#FFF"
56-
hover-col: "#0085a1"
47+
navbar-children-col: "#F5F5F5"
48+
page-col: "#FFFFFF"
5749
link-col: "#008AFF"
50+
hover-col: "#0085A1"
5851
footer-col: "#F5F5F5"
59-
footer-text-col: "#777"
52+
footer-text-col: "#777777"
6053
footer-link-col: "#404040"
6154

62-
# Alternatively, the navbar, footer, and page can be set to use background images.
55+
# Alternatively, the navbar, footer, and page background can be set to use background images
56+
# instead of colour
6357

6458
# navbar-img: "/img/bgimage.png"
6559
# footer-img: "/img/bgimage.png"

0 commit comments

Comments
 (0)