Update something
This commit is contained in:
parent
dd505b23ec
commit
36708c59f1
3 changed files with 50 additions and 2 deletions
|
@ -35,9 +35,9 @@
|
|||
footer {
|
||||
@apply mx-auto max-w-3xl px-4;
|
||||
}
|
||||
a {
|
||||
/* a {
|
||||
@apply outline-2 outline-offset-1 outline-skin-fill focus-visible:no-underline focus-visible:outline-dashed;
|
||||
}
|
||||
} */
|
||||
svg {
|
||||
@apply inline-block h-6 w-6 fill-skin-base group-hover:fill-skin-accent;
|
||||
}
|
||||
|
@ -108,6 +108,18 @@
|
|||
background-color: #e8e8e8;
|
||||
padding: 0.25rem !important;
|
||||
}
|
||||
|
||||
.prose a {
|
||||
color:#D26878 !important;
|
||||
text-decoration: underline !important;
|
||||
text-decoration-style: solid !important;
|
||||
word-break: break-all;
|
||||
|
||||
}
|
||||
|
||||
.prose a:hover {
|
||||
text-color: #f2435d !important;
|
||||
}
|
||||
pre > code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue