Added styled-components + various
Includes changes due to NextJS version bump and attempts at storing theme via cookie
This commit is contained in:
parent
8a763ee72e
commit
21e613891e
13 changed files with 325 additions and 102 deletions
styles
|
@ -1,8 +1,3 @@
|
|||
.page {
|
||||
width: 100%;
|
||||
background-color: var(--black-0f);
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
@ -175,6 +170,7 @@
|
|||
}
|
||||
|
||||
.contentIcon {
|
||||
object-fit: "contain";
|
||||
margin-right: 0.4rem;
|
||||
position: relative;
|
||||
aspect-ratio: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue