chore(style.css): adjust styles
This commit is contained in:
@@ -16,6 +16,7 @@ body {
|
||||
background-color: var(--ctp-base);
|
||||
font-family: sans-serif;
|
||||
color: var(--ctp-text);
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.fi {
|
||||
@@ -62,15 +63,13 @@ main {
|
||||
aside {
|
||||
width: 20rem;
|
||||
background-color: var(--ctp-base);
|
||||
border-right: 2px solid var(--ctp-mantle);
|
||||
border-right: 4px solid var(--ctp-mantle);
|
||||
}
|
||||
|
||||
#content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
flex-grow: 1;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
header a {
|
||||
|
||||
Reference in New Issue
Block a user