Skip to content

Commit 00ea9f6

Browse files
authored
Merge pull request #249 from rails/temporary-holds-on-Rails-World-site
Temporary holds on rails world site
2 parents 99d0452 + 8f1fae6 commit 00ea9f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_sass/world/2024/base/_colors.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
--dark-red: #CF1618;
44
--purple-pale: #F3EDFF;
55
--purple: #4E2A73;
6-
--purple-dark: #432463;
6+
// --purple-dark: #432463;
77
--purple-gradient: linear-gradient(141deg, var(--purple) 40%, rgba(58, 31, 85, 1) 100%);
88
--white: #ffffff;
99
--black: #000000;
1010

1111
--text-color: var(--white);
1212
--border-style: 2px solid var(--white);
13-
}
13+
}

world/2024/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
src="/assets/world/2024/images/rails_logos/railsred-mono-logo-square-dated-location.svg" />
1010

1111
</section>
12-
<div class="half-container common-shape--top-purple-down-left">
12+
<div class="half-container">
1313
<section class="content-container top-information-card">
1414
<h3 class="joinText">
1515
Shaping the future of Ruby on Rails
@@ -53,4 +53,4 @@ <h3>Join us in Toronto</h3>
5353

5454
{% include world/2024/slideshow.html %}
5555
</section>
56-
</div>
56+
</div>

0 commit comments

Comments
 (0)