Skip to content

Commit 81c2eeb

Browse files
committed
fixed whitespace
1 parent 9914695 commit 81c2eeb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

layouts/partials/.style.html.swp

12 KB
Binary file not shown.

layouts/partials/style.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,16 @@
2020
}
2121
2222
a {
23-
/* color: inherit; */
24-
/* color: var(--bs-link-color-rgb); */
2523
color: var(--bs-body-color-rgb);
2624
text-decoration: underline;
2725
text-decoration-color: rgba(var(--bs-body-color-rgb),var(--bs-link-opacity,0.5));
2826
text-underline-offset: 0.25em;
2927
}
3028
3129
pre {
32-
white-space: pre-wrap; /* Enables wrapping */
33-
word-wrap: break-word; /* Breaks long words */
34-
}
30+
white-space: pre-wrap; /* Enables wrapping */
31+
word-wrap: break-word; /* Breaks long words */
32+
}
3533
3634
/* authors list */
3735

0 commit comments

Comments
 (0)