Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
.header {
background: #fafafa;
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 20px;
.dark-theme & {
background: #252627;
}
.bulb {
&-on {
display: none;
display: block;
&-off {
&__right {
flex-direction: row;
@media (--phone) {
flex-direction: row-reverse;
&__inner {
justify-content: space-between;
margin: 0 auto;
width: 760px;
max-width: 100%;
.theme-toggle {
cursor: pointer;