mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
✨ Page indicator in navigation bar
This commit is contained in:
@@ -138,9 +138,9 @@ module.exports = {
|
||||
},
|
||||
'a.active': {
|
||||
"text-decoration-color": theme("colors.primary.600 / 1"),
|
||||
"text-decoration-line": "underline",
|
||||
"text-decoration-thickness": "3px",
|
||||
"text-underline-offset": "4px"
|
||||
},
|
||||
'p.active': {
|
||||
"text-decoration-color": theme("colors.primary.600 / 1"),
|
||||
}
|
||||
},
|
||||
},
|
||||
@@ -161,6 +161,9 @@ module.exports = {
|
||||
},
|
||||
'a.active': {
|
||||
"text-decoration-color": theme("colors.primary.400 / 1")
|
||||
},
|
||||
'p.active': {
|
||||
"text-decoration-color": theme("colors.primary.400 / 1")
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user