main page

This commit is contained in:
2024-11-15 20:37:08 +01:00
parent 9560aaa2c5
commit a26682116d
29 changed files with 487 additions and 183 deletions

View File

@@ -38,11 +38,11 @@ code {
@apply text-gray-500;
}
.text-blue-dark {
/*.text-blue-dark {
/* for dark mode
@apply text-blue-200;
*/
}
}*/
.text-shadow-titles {
text-shadow: 4px 4px 2px #000;
@@ -85,7 +85,7 @@ a:active {
}
h5 a {
@apply text-gray-900 font-normal;
@apply text-gray-200 font-normal;
}
/*
@@ -381,7 +381,7 @@ blockquote {
}
& ol li {
margin-bottom: 0.5rem;
font-size: $pokey;
font-size: 75%;
}
& li p {
font-size: 100%;
@@ -464,3 +464,8 @@ footer {
width: 40%;
}
}
.bg-dark {
background: rgb(15,15,15);
background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(24, 24, 24) 50%, rgba(15,15,15,1) 100%);
}