Replies: 1 comment
-
Just add both URLs. @-moz-document domain("images.example.com"),
domain('imagehost.com'),
url-prefix(https://example.com/images),
url(https://www.example.com/test.html) {
/*
The code in here only applies to:
- Pages on the domains images.example.com and imagehost.com
- Pages whose URLs start with https://example.com/images
- The page https://www.example.com/test.html
*/
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have local versions of web pages and the same pages on a server
file:////Volumes/Resources/tools/verify_data.html
https://myurl.com/tools/verify_data.html
is there a way for one set of styles to apply to both of these?
Beta Was this translation helpful? Give feedback.
All reactions