File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments