Skip to content

Commit 3d6fc0b

Browse files
committed
Reduce emphasis on the rules between quotes.
1 parent 88cfbb4 commit 3d6fc0b

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

FrontEnd/styles/base.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
}
2222

2323
body {
24-
font-family: -apple-system, BlinkMacSystemFont, 'SF Hello', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
24+
font-family:
25+
-apple-system, BlinkMacSystemFont, 'SF Hello', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
2526
'Apple Color Emoji', 'Segoe UI Emoji';
2627
font-size: 16px;
2728
line-height: 1.4;
@@ -120,6 +121,12 @@ hr {
120121
height: 1px;
121122
background-color: var(--rule-thin-background);
122123
}
124+
125+
&.short {
126+
width: 20%;
127+
height: 1px;
128+
background-color: var(--rule-thin-background);
129+
}
123130
}
124131

125132
noscript {

Resources/Blog/Posts/five-years-of-the-swift-package-index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,50 +30,50 @@ A few days ago, we reached out to the community and asked if anyone had somethin
3030
3131
[Paul Hudson](https://www.hackingwithswift.com/) and [Mikaela Caron](https://mikaelacaron.com/) from [Swift over Coffee](https://podcasts.apple.com/us/podcast/swift-over-coffee/id1435076502)
3232

33-
<hr class="minor" />
33+
<hr class="short" />
3434

3535
> The SPI makes it really easy to find packages when working with Swift on the Server, especially with the build matrix which makes it easy to see which packages work on Linux and what Swift versions are supported. The search is awesome! And being able to quickly find packages part of the SSWG incubation process is just an extra cherry on top!
3636
3737
[Tim Condon](https://www.timc.dev/)
3838

39-
<hr class="minor"/>
39+
<hr class="short" />
4040

4141
> The SPI and its role in the Swift Mentorship had a profound impact on me and completely changed how I view open source projects. _It was incredibly rewarding to collaborate with the team and_ be able to contribute to something that unites the community around our shared passion for Swift and contribute to a healthy dependency ecosystem. It was especially exciting to work using Swift on the Server. I’m thrilled to see the index continue to grow, and just like Dave once said, it’s a _living website_ that evolves with the Swift ecosystem.
4242
4343
[Javier Cuesta](https://github.com/jcubit)
4444

45-
<hr class="minor"/>
45+
<hr class="short" />
4646

4747
> I can't tell you how grateful I am for Swift Package Index. It's always been a great source to learn about all the cool stuff everyone is working on nowadays. It's also a fantastic way for me to share what open source things I'm working on in the hopes they help someone else 🙂
4848
>
4949
> Thank you so much for creating it for our community!
5050
5151
[Adam Bell](https://www.adambell.ca/)
5252

53-
<hr class="minor"/>
53+
<hr class="short" />
5454

5555
> Swift Package Index has been a valuable asset to me and the community. As both a consumer and developer of packages, SPI provides robust features for an avid Swift developer like myself.
5656
5757
[Leo G Dion](http://brightdigit.com)
5858

59-
<hr class="minor"/>
59+
<hr class="short" />
6060

6161
> Swift Package Index has been incredibly helpful for discovering great Swift packages to use in my projects, especially when building Swift Playground apps on my iPad. Thanks for making it so easy to explore the Swift ecosystem!
6262
6363
[Ale Mohamad](https://alemohamad.com/)
6464

65-
<hr class="minor"/>
65+
<hr class="short" />
6666

6767
> SPI is an amazing tool for both library authors and users. It helps me make sure packages are in a good state.
6868
6969
[Joannis Orlandos](https://github.com/joannis)
7070

71-
<hr class="minor"/>
71+
<hr class="short" />
7272

7373
> Swift Package Index has been an absolute godsend for the Swift community. It’s been extremely helpful to see at a glance which platforms are supported for each package so I can figure out which ones to use as dependencies in my packages and projects.
7474
7575
[Christopher Jr Riley](https://bsky.app/profile/cjrriley.com)
7676

77-
<hr class="minor"/>
77+
<hr class="short" />
7878

7979
Thanks for everyone’s kind words, and here’s to another five years! 🚀

0 commit comments

Comments
 (0)