 body main #af-wrapper .post-message a {
     color: var(--wp--preset--color--primary) !important;
 }

 /* Ezzel a selectorral (1, 2, 2) lesz a specificitás */
 main #af-wrapper .post-message.post-message a {
     color: var(--wp--preset--color--primary) !important;
 }

 body main #af-wrapper .post-message.post-message a:not(.button):not(.highlight-admin):not(.highlight-moderator) {
     color: var(--wp--preset--color--primary) !important;
 }


 body main #af-wrapper a.highlight-admin {
     color: var(--wp--preset--color--primary) !important;
 }

 body main #af-wrapper a.highlight-admin:hover {
     color: var(--wp--preset--color--secondary) !important;
 }