💄 Style updates to enhance design consistency

This commit is contained in:
James Panther
2021-08-18 12:54:18 +10:00
parent 7f59d04d39
commit 7030022620
20 changed files with 126 additions and 72 deletions
+14
View File
@@ -1,6 +1,11 @@
@tailwind base;
@tailwind components;
body a,
body button {
@apply transition;
}
/* Scale SVG icons to text size */
.icon svg {
height: 1em;
@@ -29,6 +34,15 @@
@apply mt-0 last:mb-0;
}
/* Article pagination */
.article-pagination a:hover .article-pagination-title {
@apply underline underline-primary-500;
}
.article-pagination a:hover .article-pagination-direction {
@apply text-primary-700 dark:text-primary-400;
}
/* -- Chroma Highlight -- */
/* Background */
.prose .chroma {