better contrast for links and note
This commit is contained in:
@@ -145,6 +145,10 @@ pre {
|
|||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-alert-title svg path {
|
||||||
|
fill: var(--color-base-content)
|
||||||
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
a: {
|
a: {
|
||||||
'text-decoration': 'none',
|
'text-decoration': 'none',
|
||||||
color: 'var(--color-info)'
|
color: 'var(--color-success)'
|
||||||
},
|
},
|
||||||
'a.btn-primary': {
|
'a.btn-primary': {
|
||||||
color: 'var(--color-secondary-content)'
|
color: 'var(--color-secondary-content)'
|
||||||
|
|||||||
Reference in New Issue
Block a user