Skip to content

Commit 43428dd

Browse files
committed
fix: add gr case to the bookmarklet generator link
1 parent becd2c0 commit 43428dd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/Hologram/test-assets/sass/doc.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,11 @@ a[target$="blank"]::after {
779779
content: "ru" !important;
780780
}
781781

782+
#bookmarklet--link[href*="-gr"]::after {
783+
content: "gr" !important;
784+
}
785+
786+
782787
.s, .nd { color: #07a }
783788
.na, .cssExample .nt { color: #667f1f }
784789
.nt, .cssExample .err + .nt { color: #905 }

0 commit comments

Comments
 (0)