Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/atoms/Cards.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

&:hover {
background: rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 3px rgba(255, 49, 0, 1);
box-shadow: 0 0 0 3px rgba(254, 13, 0, 1);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/atoms/HeroCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

.live-demo {
background-color: rgba(255, 49, 0, 1);
background-color: rgba(254, 13, 0, 1);
}

.learn-btn {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/atoms/RelatedCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
&[onclick] {
cursor: pointer;
&:hover {
border: 1px solid rgba(255, 49, 0, 1);
border: 1px solid rgba(254, 13, 0, 1);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/atoms/TableOfContents.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<style lang="scss">
.sticky-nav {
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
width: 300px;
padding-inline: 0;
position: sticky;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/atoms/Tag.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
text-transform: uppercase;
font-size: 12px;
&:hover {
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}
}
</style>
4 changes: 2 additions & 2 deletions src/lib/components/molecules/BlogPostCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

a:hover {
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

.grid {
Expand Down Expand Up @@ -82,7 +82,7 @@
}

.text-container:hover {
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

.text-container h2 {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/molecules/BlogPreview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

.text-container:hover {
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

.text-container h2 {
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/organisms/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
@use '$lib/scss/breakpoints.scss' as bp;

footer {
background-color: rgba(26, 26, 26, 1);
background-color: rgba(25, 25, 25, 1);
color: rgba(245, 245, 245, 0.96);
display: flex;
justify-content: center;
border-bottom: 16px solid rgba(255, 49, 0, 1);
border-bottom: 16px solid rgba(254, 13, 0, 1);
padding: 2rem 1.5rem;

.footer-wrapper {
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/organisms/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
header {
position: relative;
z-index: 1000;
background-color: rgba(255, 49, 0, 1);
background-color: rgba(254, 13, 0, 1);
width: 100%;
padding-inline: 1.5rem;

Expand Down Expand Up @@ -152,7 +152,7 @@
justify-content: center;
text-align: justify;
gap: 30px;
background-color: rgba(255, 49, 0, 1);
background-color: rgba(254, 13, 0, 1);

a {
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/organisms/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: rgba(255, 49, 0, 1);
background-color: rgba(254, 13, 0, 1);
display: flex;
align-items: center;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/organisms/Post.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
@use '$lib/scss/breakpoints.scss' as bp;

.container {
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
color: rgba(245, 245, 245, 0.96);
margin: 0 auto;
max-width: 1250px;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/organisms/RelatedPosts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

.container {
color: rgba(245, 245, 245, 0.8);
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
padding-bottom: 64px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/singletons/PrevNextPost.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}

.arrow a:hover {
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

.arrowNext {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/singletons/RecentPosts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
flex-direction: column;
margin: 0 auto;
padding-top: 3rem;
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
color: rgba(245, 245, 245, 0.96);
padding-bottom: 64px;
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/singletons/ShareButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
}

.dropdown-menu a:hover {
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

/* When the dropdown is hidden */
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/singletons/ShareUrl.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
button:hover {
cursor: pointer;
text-decoration: underline;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}
</style>
2 changes: 1 addition & 1 deletion src/lib/components/singletons/TorrustIndexPost.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/singletons/TorrustTrackerPost.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/singletons/WhyContribute.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
margin: 0 auto;
text-align: center;
color: rgba(245, 245, 245, 0.8);
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
padding-top: 4rem;
padding-inline: 1.5rem;
max-width: 1200px;
Expand Down
12 changes: 6 additions & 6 deletions src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,32 +78,32 @@ export const trackerTitleArr1 = [

export const contribute = [
{
icon: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgba(255, 49, 0, 1)" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5" /></svg>',
icon: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgba(254, 13, 0, 1)" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5" /></svg>',
title: 'Written in Rust',
para: 'Crafted with precision in Rust, our product delivers unparalleled performance and reliability.'
},
{
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(255, 49, 0, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-award"><circle cx="12" cy="8" r="7"/><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"/></svg>',
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(254, 13, 0, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-award"><circle cx="12" cy="8" r="7"/><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"/></svg>',
title: 'Quality code',
para: 'Craft reliable, efficient, scalable code for software to function as intended, easing maintenance and enhancements.'
},
{
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(255, 49, 0, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shield"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>',
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(254, 13, 0, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shield"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>',
title: 'High test coverage',
para: "Enjoy peace of mind with our project's exceptional test coverage. Our thorough testing guarantees a reliable and robust final product."
},
{
icon: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgba(255, 49, 0, 1)" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" /></svg>',
icon: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgba(254, 13, 0, 1)" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" /></svg>',
title: 'Good documentation',
para: 'Explore our project with comprehensive documentation that guides you every step of the way.'
},
{
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(255, 49, 0, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trending-up"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/><polyline points="17 6 23 6 23 12"/></svg>',
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(254, 13, 0, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trending-up"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/><polyline points="17 6 23 6 23 12"/></svg>',
title: 'Long-term projection',
para: 'Explore the future possibilities of our project through our extended forecast.'
},
{
icon: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgba(255, 49, 0, 1)" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z" /></svg>',
icon: '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgba(254, 13, 0, 1)" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z" /></svg>',
title: 'Sponsored',
para: 'Sponsored by leading industry partners who are committed to driving positive change and innovation. '
}
Expand Down
6 changes: 3 additions & 3 deletions src/lib/icons/miniLogo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<g clip-path="url(#clip0_354_402)">
<path
d="M11.2231 16.7808C10.8586 17.1558 10.9751 17.6488 11.2904 17.9551C11.6101 18.2658 12.0941 18.3629 12.4632 17.9849C12.8322 17.6055 12.7201 17.1244 12.4004 16.8136C12.0852 16.5074 11.5638 16.4312 11.2246 16.7808H11.2231Z"
fill="#FF3100"
fill="#fe0d00"
fill-opacity="0.96"
/>
<path
d="M28.8974 5.07221C28.7092 2.18576 26.1917 0 23.2993 0H4.80031C2.24254 0 0.0478166 2.00199 7.8695e-06 4.55976C-0.0478009 7.16534 2.04981 9.29283 4.64493 9.29283H11.6907L6.5782 14.7072C3.25997 18.2211 5.75051 24 10.5837 24C12.0657 24 13.4866 23.4024 14.5234 22.3431L27.2884 9.29283C28.4089 8.19024 28.999 6.65289 28.8974 5.07221ZM11.2425 20.1529C10.8167 20.625 10.2669 20.6713 9.74254 20.1619L8.83567 19.2804L8.45469 19.6718L8.00798 19.2371L8.38895 18.8456L7.84812 18.3197L8.35011 17.7983L8.89393 18.3257L9.45718 17.746L9.90389 18.1808L9.33766 18.7649L10.2445 19.6464C10.4447 19.8406 10.6509 19.8257 10.8078 19.6628C10.887 19.5822 10.9512 19.4626 10.9886 19.3491L11.5727 19.6345C11.4876 19.8421 11.3934 19.99 11.244 20.1514L11.2425 20.1529ZM12.9397 18.4482C12.2779 19.1295 11.3904 19.0623 10.7854 18.4751C10.1848 17.8909 10.0966 16.9945 10.7465 16.3252C11.3964 15.6559 12.3078 15.7067 12.9084 16.2893C13.5135 16.8765 13.6016 17.7654 12.9397 18.4482ZM14.3038 16.9512L12.2032 14.9104L12.7067 14.3919L12.9502 14.6265C12.8471 14.2127 13.0204 13.9572 13.2266 13.745C13.4373 13.5284 13.7256 13.4014 13.9527 13.3984L14.1768 14.0707C13.9841 14.0901 13.8421 14.1424 13.6763 14.3127C13.4119 14.5847 13.3118 14.9776 13.7002 15.3541L14.8073 16.4298L14.3023 16.9497L14.3038 16.9512ZM16.1265 15.0747L14.0259 13.0339L14.5294 12.5154L14.7729 12.75C14.6698 12.3362 14.8431 12.0807 15.0493 11.8685C15.26 11.6519 15.5483 11.5249 15.7754 11.5219L15.9995 12.1942C15.8068 12.2136 15.6648 12.2659 15.499 12.4363C15.2346 12.7082 15.1345 13.1011 15.5229 13.4776L16.63 14.5533L16.125 15.0732L16.1265 15.0747ZM19.5224 11.5891L19.2042 11.3456C19.2057 11.7699 19.1145 12.0687 18.8277 12.363C18.3392 12.865 17.6041 12.8635 16.9527 12.2301L15.8501 11.1589L16.3551 10.6389L17.4547 11.7072C17.7744 12.0179 18.1868 12.0792 18.5095 11.746C18.8202 11.4263 18.762 10.9482 18.4437 10.6389L17.371 9.59612L17.8715 9.08068L19.9751 11.1245L19.5239 11.5891H19.5224ZM21.3197 9.874C20.997 10.2057 20.619 10.4851 20.002 10.4806L19.8795 9.86504C20.1902 9.87699 20.6444 9.65737 20.8775 9.42729C21.0717 9.23606 21.1479 8.95369 20.994 8.80428C20.8491 8.66385 20.6743 8.7251 20.3665 9.00598C19.9512 9.37351 19.3476 9.70518 18.871 9.24203C18.3855 8.76992 18.7037 8.10209 19.0757 7.71813C19.3939 7.38944 19.6987 7.20568 20.1469 7.16982L20.2067 7.78984C19.9213 7.80179 19.7092 7.92729 19.5149 8.12749C19.2744 8.374 19.2191 8.58466 19.3506 8.71315C19.4866 8.84612 19.6838 8.79681 19.9617 8.54432C20.3725 8.17231 20.9492 7.75697 21.508 8.2993C21.8785 8.65936 21.9039 9.27191 21.3212 9.87251L21.3197 9.874ZM23.3098 7.73307C22.884 8.20518 22.3342 8.25149 21.8098 7.74203L20.9029 6.86056L20.5219 7.25199L20.0752 6.81723L20.4562 6.4258L19.9153 5.8999L20.4173 5.37849L20.9612 5.90588L21.5244 5.3262L21.9711 5.76096L21.4049 6.34512L22.3118 7.22659C22.512 7.42082 22.7181 7.40588 22.875 7.24303C22.9542 7.16235 23.0184 7.04283 23.0558 6.92928L23.6399 7.21464C23.5548 7.42231 23.4607 7.57022 23.3113 7.73157L23.3098 7.73307Z"
fill="#FF3100"
fill="#fe0d00"
fill-opacity="0.96"
/>
<path
d="M33.9741 0H25.6913V0.0911355C28.1235 0.548307 29.5877 2.75946 29.5877 5.42629C29.5877 6.87998 29.0035 8.2739 27.9681 9.29283H33.9741C36.5409 9.29283 38.6205 7.21315 38.6205 4.64641C38.6205 2.07968 36.5409 0 33.9741 0Z"
fill="#FF3100"
fill="#fe0d00"
fill-opacity="0.96"
/>
</g>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/icons/nautilus.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@

<style>
svg:hover path {
fill: rgba(255, 49, 0, 1);
fill: rgba(254, 13, 0, 1);
}
</style>
2 changes: 1 addition & 1 deletion src/lib/scss/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

blockquote {
padding: 25px 25px 15px;
border-left: 4px solid rgba(255, 49, 0, 1);
border-left: 4px solid rgba(254, 13, 0, 1);
background: rgba(36, 36, 36, 1);
}

Expand Down
2 changes: 1 addition & 1 deletion src/routes/(home)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<style lang="scss">
main {
background-color: rgba(26, 26, 26, 1);
background-color: rgba(25, 25, 25, 1);
padding-bottom: 64px;
}
</style>
2 changes: 1 addition & 1 deletion src/routes/(home)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
margin: 0 auto;
width: 100%;
padding-top: 2rem;
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
color: rgba(245, 245, 245, 0.96);
padding-bottom: 64px;

Expand Down
2 changes: 1 addition & 1 deletion src/routes/(pages)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<style lang="scss">
.layout-container {
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
padding: 0;
color: rgba(245, 245, 245, 0.96);
padding-bottom: 64px;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(pages)/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(pages)/community/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(pages)/self-host/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(pages)/torrent-index/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<style lang="scss">
.content {
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
overflow-y: scroll;
}

Expand Down
2 changes: 1 addition & 1 deletion src/routes/blog/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
align-items: center;
margin: 0 auto;
padding-top: 3rem;
background: rgba(26, 26, 26, 1);
background: rgba(25, 25, 25, 1);
color: rgba(245, 245, 245, 0.96);
padding-bottom: 64px;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ Estimated duration: 0 hours, 44 minutes

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ println!("{output}"); // It prints the JSON string: "spam"`}

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

.content-preview > p,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ CMD ["/usr/bin/full-example"]`}

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/blog/contributor-path/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ port = 1025`}

a {
word-break: keep-all;
color: rgba(255, 49, 0, 1);
color: rgba(254, 13, 0, 1);
}

ul {
Expand Down
Loading