mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-07 15:51:15 -04:00
💄 Style updates to enhance design consistency
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user