chore: Change default blue colour
This commit is contained in:
parent
d7e543ea4b
commit
efe36b53d8
7 changed files with 10 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
blockquote {
|
||||
@apply pl-4 border-l-3 border-blue-800 dark:border-blue-400;
|
||||
@apply pl-4 border-l-3 border-blue-primary dark:border-blue-400;
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@layer components {
|
||||
.link {
|
||||
@apply underline text-blue-800 hover:text-blue-900 dark:text-blue-400 dark:hover:text-white;
|
||||
@apply underline text-blue-primary hover:text-blue-900 dark:text-blue-400 dark:hover:text-white;
|
||||
text-decoration-thickness: 1px;
|
||||
text-underline-offset: 0.1em;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
text-decoration-color: theme('colors.blue.400');
|
||||
}
|
||||
|
||||
.text-decoration-blue-800 {
|
||||
.text-decoration-blue-primary {
|
||||
text-decoration-color: theme('colors.blue.800');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue