1
0
forked from ctmesh/web

add a small header on resources pages, forward/back chevron to resources/back buttons

This commit is contained in:
2026-02-10 14:13:15 -05:00
parent 81ea6a8005
commit 89cdaf0791
3 changed files with 77 additions and 2 deletions

View File

@ -177,6 +177,16 @@
flex-shrink: 0;
opacity: 0.4;
}
a.btn:not([target="_blank"])::after {
content: "";
width: 16px;
height: 16px;
margin-left: auto;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2.5L8.5 6L4 9.5'/%3E%3C/svg%3E") no-repeat center;
background-size: contain;
flex-shrink: 0;
opacity: 0.4;
}
.btn-discord::after {
display: none;
}