mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 04:17:19 +00:00
feat: a hover style
This commit is contained in:
@@ -65,7 +65,8 @@ export default defineConfig({
|
|||||||
'font-weight': '500',
|
'font-weight': '500',
|
||||||
},
|
},
|
||||||
'a:hover': {
|
'a:hover': {
|
||||||
color: 'var(--c-prose-primary)',
|
'color': 'var(--c-prose-primary)',
|
||||||
|
'border-bottom': '1px solid currentColor',
|
||||||
},
|
},
|
||||||
'blockquote': {
|
'blockquote': {
|
||||||
'font-style': 'none',
|
'font-style': 'none',
|
||||||
|
|||||||
Reference in New Issue
Block a user