Files
impress.js/website/css/docs/topstyle.css
2023-01-23 19:29:15 +01:00

22 lines
401 B
CSS

.top-container {
background-color: rgb(223, 223, 223);
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-wrapper {
display: flex;
width: 80%;
margin-right: 5%;
justify-content: flex-end;
}
#darkToggle {
background-color: rgba(0, 0, 0, 0);
border-style: none;
font-size: 1.5rem;
cursor: pointer;
}