Skip to content

Commit

Permalink
when getting support, use github issues instead of discord please
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas committed Sep 14, 2024
1 parent 905743a commit 39dc680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% for style in page.styles %}
<link rel="stylesheet" href="assets/css/{{style}}.css"/>
{% endfor %}
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion _sass/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--navbar-border-color: rgb(42, 48, 163, .8);

/* Text and links */
--link-color: fuchsia;
--link-color: rgb(255, 255, 255);
--link-color-hover: hsl(300, 45%, 42%);
--text-color: rgb(192, 195, 248);

Expand Down
1 change: 1 addition & 0 deletions _sass/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
background-color: var(--card-color);
border: 3px solid var(--card-border-color);

min-width: 30rem;
max-width: 30rem;
margin-left: auto;
margin-right: auto;
Expand Down

0 comments on commit 39dc680

Please # to comment.