Page indicator in navigation bar

This commit is contained in:
Nuno Coração
2023-01-14 23:50:34 +00:00
parent 3a81b0a741
commit a194975889
10 changed files with 88 additions and 35 deletions

View File

@@ -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")
}
},
},