Merge pull request #1 from tycrek/facinorous/theme

Fixed some missing things to approve PR in ass repo
pull/176/head
Facinorous 1 year ago committed by GitHub
commit 4593cb01e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ const defaults = {
// Text colours
txtPrimary: '#BDBDBD',
txtSecondary: '#BDBDBD',
txtSecondary: '#8D8D8D',
// Links
linkPrimary: '#FD842D',
@ -53,6 +53,7 @@ module.exports = {
colors: {
'primary': theme.txtPrimary || defaults.txtPrimary,
'secondary': theme.txtSecondary || defaults.txtSecondary,
'link-primary': theme.linkPrimary || defaults.linkPrimary,
'link-hover': theme.linkHover || defaults.linkHover,
'link-active': theme.linkActive || defaults.linkActive,
},

@ -13,7 +13,7 @@
@apply no-underline hover_no-underline active_no-underline visited_no-underline
/* regular, visited */
text-link visited_text-link
text-link-primary visited_text-link-primary
border-b-2 visited_border-b-2
border-transparent visited_border-transparent
rounded-sm visited_rounded-sm

Loading…
Cancel
Save