This commit is contained in:
2024-03-26 20:45:39 +01:00
parent dfdaa1e867
commit 6487c945f9
10 changed files with 229 additions and 218 deletions

View File

@@ -20,7 +20,7 @@ body {
"foot foot foot foot";
grid-template-rows: min-content 1fr min-content;
align-items: center;
background: linear-gradient(127deg, var(--pico-secondary-background), var(--pico-primary-background)) no-repeat fixed;
background: conic-gradient(var(--pico-secondary-background), var(--pico-primary-background), var(--pico-secondary-background), var(--pico-primary-background)) no-repeat fixed;
background-size: cover;
flex-direction: column;
font-family: \'Poppins\', sans-serif;
@@ -65,15 +65,11 @@ body > main {
height: 100%;
}
header h1 {
margin: 0;
padding: 0;
}
header hr {
hr {
border-color: var(--pico-primary);
opacity: 0.5;
width: 30%;
margin: var(--pico-typography-spacing-vertical) auto;
}
li {
@@ -124,8 +120,7 @@ li a:hover::after {
li.navpage_item {
padding-left: 20px;
padding-right: 20px;
padding: 0 20px;
}
table>tbody,