Skip to content
Discussion options

You must be logged in to vote

I'm not sure what you mean, using Firefox or Chromium I got it working for the exact match:
https://spynetgirl.github.io/Miscellaneous/About%20TLS%2C%20DNS%2C%20Encryption%20and%20OPSEC%20concepts/

.md-nav--primary .md-nav__link[href="../Event%20Viewer/"] svg {
  animation: heart 1000ms infinite;
}

and as per the linked documentation it doesn't have to be a exact match:

.md-nav--primary .md-nav__link[href*="Event"] svg {
  animation: heart 1000ms infinite;
}

and as per the linked documentation case-insensitive ending:

.md-nav--primary .md-nav__link[href$="event%20viewer/" i] svg {
  animation: heart 1000ms infinite;
}

IMHO your file and folder names are problematic, as they are case sensi…

Replies: 4 comments 13 replies

Comment options

alexvoss
Dec 20, 2023
Collaborator Sponsor

You must be logged in to vote
1 reply
@HotCakeX
Comment options

Comment options

You must be logged in to vote
8 replies
@HotCakeX
Comment options

@HotCakeX
Comment options

@alexvoss
Comment options

alexvoss Dec 20, 2023
Collaborator Sponsor

@kamilkrzyskow
Comment options

@kamilkrzyskow
Comment options

Comment options

You must be logged in to vote
3 replies
@kamilkrzyskow
Comment options

Answer selected by HotCakeX
@HotCakeX
Comment options

@kamilkrzyskow
Comment options

Comment options

You must be logged in to vote
1 reply
@kamilkrzyskow
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants