Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight outline text with no shift #129

Open
mhulse opened this issue Oct 2, 2017 · 0 comments
Open

Highlight outline text with no shift #129

mhulse opened this issue Oct 2, 2017 · 0 comments

Comments

@mhulse
Copy link
Owner

mhulse commented Oct 2, 2017

.highlight {
	-webkit-box-shadow: inset 0 0 0 5px #ffad08 !important;
	-moz-box-shadow: inset 0 0 0 5px #ffad08 !important;
	box-shadow: inset 0 0 0 5px #ffad08 !important;
	z-index: 1000;
}

and another example:

.audio-playing {
	-webkit-box-shadow: 0 0 5px 1px #0c8f8f;
	-moz-box-shadow: 0 0 5px 1px #0c8f8f;
	box-shadow: 0 0 5px 1px #0c8f8f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
@mhulse mhulse added README and removed README labels Mar 31, 2018
@mhulse mhulse added the Effects label Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant