Skip to content

Commit ac63443

Browse files
authored
Merge pull request #735 from rgantzos/main
2 parents 1d4aae7 + 9937680 commit ac63443

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

features/features.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
"id": "specific-replies",
55
"versionAdded": "v3.4.0"
66
},
7-
{
8-
"version": 2,
9-
"id": "anti-generic",
10-
"versionUpdated": "v3.4.0"
11-
},
127
{
138
"version": 2,
149
"id": "better-trending-thumbnails",
@@ -19,6 +14,11 @@
1914
"id": "relevant-forum-posts",
2015
"versionAdded": "v3.4.0"
2116
},
17+
{
18+
"version": 2,
19+
"id": "anti-generic",
20+
"versionUpdated": "v3.4.0"
21+
},
2222
{
2323
"version": 2,
2424
"id": "wrap-lists",

features/hide-project-tags.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ style.textContent = `
33
.project-description a[href*="/search/projects?q="] {
44
display: none !important;
55
}
6+
7+
.project-description a.scratchtoolsTag[href*="/search/projects?q="] {
8+
display: inline !important;
9+
}
610
`;
711
document.body.appendChild(style);
812

features/original-colors/scratch-www.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,4 +552,8 @@ input[class^="input_input-form_"]:focus {
552552

553553
.ste-bl-together button {
554554
background-color: var(--ste-blue);
555+
}
556+
557+
.scratchtoolsTag {
558+
background-color: var(--ste-blue) !important;
555559
}

0 commit comments

Comments
 (0)