Skip to content

Commit 39dc680

Browse files
committed
when getting support, use github issues instead of discord please
1 parent 905743a commit 39dc680

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% for style in page.styles %}
1616
<link rel="stylesheet" href="assets/css/{{style}}.css"/>
1717
{% endfor %}
18-
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"
18+
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
1919
</head>
2020
<body>
2121

_sass/colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--navbar-border-color: rgb(42, 48, 163, .8);
66

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

_sass/components.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
background-color: var(--card-color);
5252
border: 3px solid var(--card-border-color);
5353

54+
min-width: 30rem;
5455
max-width: 30rem;
5556
margin-left: auto;
5657
margin-right: auto;

0 commit comments

Comments
 (0)