Spaces:
Running
on
Zero
Running
on
Zero
File size: 1,079 Bytes
4d6f2bc 6ac2c39 4d6f2bc 6ac2c39 4d6f2bc 6ac2c39 4d6f2bc 48c31e7 6ac2c39 4d6f2bc 6278196 4d6f2bc 6ac2c39 6278196 4d6f2bc 6ac2c39 4d6f2bc 6278196 4d6f2bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
.accordion {
--block-border-width: 0px;
background-color: transparent;
}
.accordion > button {
justify-content: flex-start;
}
.accordion > button > span:first-child {
width: auto;
margin-right: 4px;
}
.accordion .tabs {
margin-top: 12px;
}
.accordion .tabitem > div {
--block-border-width: 1px;
}
.tabs, .tabitem, .tab-nav, .tab-nav > .selected {
border-width: 0px;
}
.tabitem {
max-height: 600px;
overflow-y: auto;
}
.tabitem .markdown {
margin-top: 4px;
margin-left: 8px;
}
.gallery {
--block-border-width: 0px;
background-color: transparent;
}
#intro {
display: flex;
align-items: center;
}
#intro > h1 > span {
color: #047857 !important;
font-style: italic;
}
#intro > h1 > span:is(.dark *) {
color: #10b981 !important;
}
#intro > svg {
display: inline-block;
width: 1.5rem;
height: 1.5rem;
margin-top: 0.25rem;
margin-left: 0.5rem;
fill: #047857 !important;
animation: spin 3s linear infinite reverse;
}
#intro > svg:is(.dark *) {
fill: #10b981 !important;
}
@keyframes spin {
100% { transform: rotate(360deg); }
}
|