Skip to content

Commit e043c7c

Browse files
committed
Fix posters style.
1 parent 82d889f commit e043c7c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/components/schedule/session.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,6 @@ const hasFooter = hasRoom || hasSpeakers;
225225
}
226226

227227
.poster header {
228-
background-color: var(--color-secondary);
228+
/*background-color: var(--color-secondary);*/
229229
}
230230
</style>

src/pages/schedule/[day].astro

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,14 +564,17 @@ posters.forEach((poster) => {
564564
&::after {
565565
content: "";
566566
display: block;
567+
padding: 4px 8px;
567568
}
568569

569570
h2,
570-
&::after {
571-
background: var(--color-primary);
572-
color: var(--color-text-inverted);
571+
{
572+
background: linear-gradient(#F8F7F6, #F2E2D3 );
573+
/*color: var(--color-text-inverted);*/
573574
padding: 4px 8px;
574-
outline: 2px solid var(--color-primary);
575+
margin-top:8px;
576+
border-radius: 10px;
577+
/*outline: 2px solid var(--color-primary);*/
575578
/*font-weight: bold;*/
576579
font-size: 0.8em;
577580
}

0 commit comments

Comments
 (0)