preliminary work for old theme re-implementation
This commit is contained in:
parent
ee8bce1bd3
commit
8fc7eff67b
41 changed files with 456 additions and 415 deletions
|
@ -1,29 +0,0 @@
|
|||
@import url("/assets/css/variables.css");
|
||||
@import url("/assets/css/theme-light.css");
|
||||
@import url("/assets/css/theme-dark.css");
|
||||
|
||||
#index {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
& main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
width: inherit;
|
||||
& p {
|
||||
font-family: "Urbanist", sans-serif;
|
||||
font-size: 500%;
|
||||
margin: 0;
|
||||
&::after {
|
||||
content: "";
|
||||
mask-image: url("/assets/img/theme/paw.svg");
|
||||
background-color: red;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue