Reworking assets
This commit is contained in:
parent
1e546f00b1
commit
30f9b0f557
201 changed files with 434 additions and 14696 deletions
21
resources/sass-orig/_main.scss
vendored
Normal file
21
resources/sass-orig/_main.scss
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
// main.scss
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: var(--white);
|
||||
color: var(--black);
|
||||
|
||||
a {
|
||||
color: var(--blue);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.h-entry {
|
||||
margin: 3rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
@import "pagination";
|
||||
@import "bio";
|
Loading…
Add table
Add a link
Reference in a new issue