Skip to content

Commit 16e1f4c

Browse files
committed
update colors
1 parent dba4f5c commit 16e1f4c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/main/resources/static/css/styles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ section[id] {
8787
Header
8888
-------------------------------------------------------------------------- */
8989
header {
90-
background: #1E3A5F;
90+
background: linear-gradient(90deg, #A34400 0%, #1E3A5F 70%);
9191
color: white;
9292
padding: 0.75rem 1.5rem;
9393
display: flex;
@@ -114,6 +114,7 @@ header h1 {
114114

115115
header h1 .java-logo {
116116
flex-shrink: 0;
117+
filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
117118
}
118119

119120
.sku-badge {
@@ -290,6 +291,7 @@ header nav {
290291
display: flex;
291292
align-items: center;
292293
justify-content: space-between;
294+
background: linear-gradient(90deg, #A34400 0%, #1A3353 70%);
293295
}
294296

295297
.sidebar-header h2 {
@@ -304,6 +306,7 @@ header nav {
304306

305307
.sidebar-header h2 .java-logo {
306308
flex-shrink: 0;
309+
filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
307310
}
308311

309312
.sidebar-close {
@@ -917,7 +920,7 @@ section h2, section h3 {
917920
justify-content: space-between;
918921
align-items: center;
919922
padding: 1rem;
920-
background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
923+
background: linear-gradient(90deg, #A34400 0%, #1E3A5F 70%);
921924
color: white;
922925
}
923926

0 commit comments

Comments
 (0)