Browse Source

Merges pull request #6

Issue#104
master
silberengel 1 year ago
parent
commit
c8ba3eb590
No known key found for this signature in database
GPG Key ID: 962BEC8725790894
  1. 4
      src/app.css

4
src/app.css

@ -43,6 +43,10 @@ @@ -43,6 +43,10 @@
}
/* Content */
main {
@apply max-w-full;
}
main.main-leather,
article.article-leather {
@apply bg-primary-0 dark:bg-primary-1000 text-gray-800 dark:text-gray-300;

Loading…
Cancel
Save