You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.template-prevnext {
margin: var( --space-md ) 0;
padding: var( --space-xxs );
background-color: var( --color-surface-2 );
border-radius: var( --border-radius--medium );
font-size: 0.875rem;
line-height: 1.375;
display: grid;
align-items: center;
grid-template-areas: 'prev current next';
grid-template-columns: minmax( max-content, 1fr ) minmax( max-content, 1fr ) minmax( max-content, 1fr );
}
.template-prevnext__prev,
.template-prevnext__next {
position: relative;
border-radius: var( --border-radius--small );
display: flex;
align-items: center;
gap: 0.75rem;
000
1:0
Return to Template:Prevnext/styles.css.