Browse Source

fix: remove target selector style

pull/5/head
Rohan Verma 6 years ago
parent
commit
a7531f597c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      themes/after-dark/assets/css/theme.css

+ 2
- 2
themes/after-dark/assets/css/theme.css View File

blockquote cite::before { blockquote cite::before {
content: "\2014\00A0"; content: "\2014\00A0";
} }
:target {
/* :target {
filter: brightness(1.2); filter: brightness(1.2);
}
} */
:disabled { :disabled {
cursor: not-allowed; cursor: not-allowed;
} }

Loading…
Cancel
Save