feat!: APP_URL env, theme switcher icon with redirect

This commit is contained in:
httpjamesm
2022-12-28 11:56:17 -05:00
parent 3d53fd5806
commit d92edafb03
4 changed files with 55 additions and 7 deletions

View File

@ -24,6 +24,25 @@ body {
width: fit-content;
}
.header {
display: flex;
justify-content: space-between;
}
.icon {
width: 2rem;
min-width: 2rem;
height: 2rem;
min-height: 2rem;
cursor: pointer;
}
.icon img {
background: white;
border-radius: 50%;
padding: .25rem;
}
code {
background-color: var(--code-bg);
padding: .15rem;