Skip to content

Commit 72b2664

Browse files
Added slight transparency to the background color of the upcoming event so that it fits into the color scheme better.
1 parent 06ec779 commit 72b2664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ a {
321321

322322
.upcoming__col {
323323
//background: rgba(0, 0, 0, 0.7);
324-
background: $old-white;
324+
background: rgba(250, 235, 215, 0.85);
325325
border-radius: 5px;
326326
border: #000000 1px solid;
327327
//box-shadow: rgba(0, 0, 0, 0.76) 5px 5px 5px 0;

0 commit comments

Comments
 (0)