Skip to content

Commit 06cfb48

Browse files
Update the code-quarkus group across 1 directory with 2 updates (#171)
* Bump the code-quarkus group across 1 directory with 2 updates Bumps the code-quarkus group with 1 update in the / directory: [io.quarkus.code:code-quarkus-parent](https://github.com/quarkusio/code.quarkus.io). Updates `io.quarkus.code:code-quarkus-parent` from 30 to 35 - [Release notes](https://github.com/quarkusio/code.quarkus.io/releases) - [Changelog](https://github.com/quarkusio/code.quarkus.io/blob/main/jreleaser.yml) - [Commits](quarkusio/code.quarkus.io@v30...v35) Updates `io.quarkus.code:code-quarkus-web-deps-locker` from 30 to 35 --- updated-dependencies: - dependency-name: io.quarkus.code:code-quarkus-parent dependency-type: direct:production update-type: version-update:semver-major dependency-group: code-quarkus - dependency-name: io.quarkus.code:code-quarkus-web-deps-locker dependency-type: direct:production update-type: version-update:semver-major dependency-group: code-quarkus ... Signed-off-by: dependabot[bot] <[email protected]> * Adjust theme for presets --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Damevin <[email protected]>
1 parent 7bb3f4a commit 06cfb48

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.quarkus.code</groupId>
88
<artifactId>code-quarkus-parent</artifactId>
9-
<version>30</version>
9+
<version>35</version>
1010
</parent>
1111

1212
<artifactId>code-quarkus-redhat-app</artifactId>

src/main/resources/web/redhat-app/theme.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
--extensionsPickerSearchBorderColorOnFocus: var(--secondary);
106106
--extensionsPickerSearchClearColor: var(--warningColor);
107107

108+
// Presets
109+
--presetsTitleTextColor: var(--extensionsPickerCategoryTextColor);
110+
--presetsCardBorderColor: #373668;
111+
--presetsCardTextColor: white;
112+
108113
//Copy to clipboard
109114
--copyToClipboardBackgroundColor: rgba(215, 215, 215, 0.90);
110115
--copyToClipboardBodyBackgroundColor: var(--background);
@@ -134,3 +139,7 @@
134139
--blurbLinkTextColor: var(--linkTextColor);
135140
--blurbInfoIconColor: var(--primary);
136141
}
142+
143+
.preset-card {
144+
background-color: var(--background3);
145+
}

0 commit comments

Comments
 (0)