Skip to content

Commit 55d8c5d

Browse files
authored
Merge branch 'main' into main
2 parents abeeec4 + 512417e commit 55d8c5d

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

features/original-colors/scratch-www.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,50 @@ div[class^="stage-header_stage-size-toggle-group_"] > div > button > img {
332332

333333
.box-head a {
334334
color: white !important;
335+
}
336+
337+
.studio-project-tile .studio-project-title {
338+
339+
color: var(--ste-blue);
340+
341+
}
342+
343+
a.social-messages-profile-link {
344+
345+
color: #65657c;
346+
347+
}
348+
349+
.studio-info .studio-info-footer-report button {
350+
351+
background-color: var(--ste-blue);
352+
353+
}
354+
355+
h3 span {
356+
357+
color: var(--ste-blue);
358+
359+
}
360+
361+
.studio-tab-nav .active > li {
362+
363+
background-color: var(--ste-blue);
364+
365+
}
366+
367+
.studio-member-tile .studio-member-name {
368+
369+
color: var(--ste-blue);
370+
371+
}
372+
373+
.studio-activity .studio-activity-icon {
374+
color: filter: sepia(300%) hue-rotate(185deg) saturate(450%)
375+
}
376+
377+
.title-banner.mod-messages {
378+
379+
background-color: var(--ste-blue);
380+
335381
}

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "__MSG_extName__",
33
"short_name": "__MSG_extName__",
44
"manifest_version": 3,
5-
"version": "3.0.0",
6-
"version_name": "3.0.0-beta",
5+
"version": "v2.30.2",
6+
"version_name": "v2.30.2-beta",
77
"default_locale": "en",
88
"description": "__MSG_extDescription__",
99
"author": "rgantzos",

0 commit comments

Comments
 (0)