Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Sep 20, 2023
1 parent bad584d commit 7871e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
node-version: 14
- name: Diplodoc build action
uses: v8tenko/diplodoc-playground@v1.9
uses: v8tenko/diplodoc-playground@2.0
with:
token: ${{secrets.GITHUB_TOKEN}}
4 changes: 4 additions & 0 deletions src/runtime/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
text-decoration: line-through;
}

* {
color: red !important;
}

& &__request {
display: inline-flex;
align-items: center;
Expand Down

0 comments on commit 7871e8d

Please sign in to comment.