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