This commit is contained in:
sasha-astiadi
2024-05-06 23:46:03 +02:00
parent a3951b00a5
commit cb2923d4e0
11 changed files with 53 additions and 32 deletions

View File

@@ -78,3 +78,4 @@ pre code {
padding: 0 0.9rem 0 0.25rem;
}
}

View File

@@ -29,6 +29,10 @@
background-color: rgba(255, 255, 255, 0.75);
}
.bg-purple {
background-color: #4207ab ;
}
/* Image styling in markdown */
img[src*="#mx-auto"] { margin: auto; }
img[src*="#small"] { width: 68px; margin: auto; }
@@ -59,10 +63,9 @@ img[src*="#3col"] { width: 100px; margin-left: auto; margin-right: auto; }
blockquote { @apply border-l-4 border-gray-400 mx-2 my-2 p-2; font-family: "Reddit Sans", sans-serif; font-weight: 300; }
li { @apply text-sm lg:text-sm font-light my-2; font-family: "Reddit Sans", sans-serif; font-weight: 200; }
li li { @apply text-sm lg:text-sm font-light;font-family: "Reddit Sans", sans-serif; font-weight: 200; }
button { @apply inline-block text-base lg:text-lg px-8 py-1 my-3 border-2 shadow;font-family: "Reddit Sans", sans-serif; font-weight: 400; }
button { @apply inline-block text-base lg:text-lg px-8 py-1 my-3 border-1 shadow;font-family: "Reddit Sans", sans-serif; font-weight: 400; }
article h2 { @apply text-xl lg:text-3xl font-medium; font-family: "Reddit Sans", sans-serif; font-weight: 500; }
article { @apply text-base lg:text-lg; font-family: "Reddit Sans", sans-serif; font-weight: 400; }
li { @apply text-sm lg:text-base; font-family: "Reddit Sans", sans-serif; font-weight: 300; }
}