This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
rhnvrm
/
rohanverma.net
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: remove target selector style
pull/5/head
Rohan Verma
6 years ago
parent
5ef1aeb9f6
commit
a7531f597c
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
themes/after-dark/assets/css/theme.css
+ 2
- 2
themes/after-dark/assets/css/theme.css
View File
@@ -82,9 +82,9 @@ blockquote cite {
blockquote cite::before {
content: "\2014\00A0";
}
:target {
/*
:target {
filter: brightness(1.2);
}
}
*/
:disabled {
cursor: not-allowed;
}
Write
Preview
Loading…
Cancel
Save