forked from ctmesh/web
add a small header on resources pages, forward/back chevron to resources/back buttons
This commit is contained in:
10
index.html
10
index.html
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user