Skip to content

Commit

Permalink
update(CSS): web/css/specificity (#587)
Browse files Browse the repository at this point in the history
* update(CSS): web/css/specificity

* update(CSS): web/css/specificity
  • Loading branch information
undead404 authored Aug 31, 2022
1 parent 18cc601 commit ad40288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/uk/web/css/specificity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ a:not(#fakeId#fakeId#fakeID) {

```css
p[style*='purple'] {
color: rebeccapurple;
color: rebeccapurple !important;
}
```

Expand Down Expand Up @@ -374,7 +374,7 @@ h1 {
```

```html
<html>
<html lang="uk">
<body id="parent">
<h1>Ось вам заголовок!</h1>
</body>
Expand Down

0 comments on commit ad40288

Please sign in to comment.