Skip to content

Commit 0e761c6

Browse files
authored
feat(bazaar): make bazaar more awesome (#3099)
1 parent 692f1e6 commit 0e761c6

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

  • system_files/shared/usr/share/ublue-os/bazaar

system_files/shared/usr/share/ublue-os/bazaar/config.yaml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,44 @@ css: |
1111
}
1212
.bluefin-section banner-text {
1313
padding: 50px;
14-
color: #ffffff;
14+
color: inherit;
15+
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
1516
}
1617
.bluefin-section title {
17-
color: #ffffff;
18+
color: inherit;
1819
}
1920
.bluefin-section subtitle {
20-
color: #ffffff;
21+
color: inherit;
2122
font-weight: 400;
2223
}
2324
.bluefin-section {
2425
margin: 15px;
2526
border-radius: 25px;
27+
color: #ffffff
2628
}
2729
.bluefin-section {
28-
background: linear-gradient(to right top, #260e0c, #2f1414, #391a1a, #43201f, #4e2625, #572e2b, #613532, #6a3d38, #744840, #7e5349, #875e52, #916a5c);}
30+
background: linear-gradient(0deg, #260e0c, #774c45);
31+
}
2932
.browser-section {
3033
background: linear-gradient(to left top, #252b57, #2b305b, #32365f, #383b63, #3e4167, #43476b, #494c6e, #4e5272, #545877, #5a5f7b, #606580, #666c84);
3134
}
3235
.music-section {
3336
background: linear-gradient(to top, #0e2335, #0f273b, #112b41, #122f47, #13334d, #153751, #163a56, #183e5a, #1b425d, #1d4561, #204964, #234d67);
3437
}
3538
.office-section {
36-
background: linear-gradient(to left top, #2a2d2c, #343833, #42423a, #544b41, #67544e, #785f5c, #886b6c, #98777d, #ad888d, #c39a9c, #d9acac, #efbebc);
39+
background: linear-gradient(0deg, #2a2d2c, #b69092);
3740
}
3841
.gaming-section {
39-
background: linear-gradient(to left top, #234432, #274b37, #2a533c, #2e5a42, #326247, #36694d, #3b7152, #3f7858, #458060, #4c8867, #52906f, #599877);
40-
42+
background: linear-gradient(0deg, #1c3727, #294a37);
4143
}
4244
.utilities-section {
4345
background: linear-gradient(to left top, #111b24, #15202d, #1a2636, #212b3f, #293048, #313652, #3a3c5c, #444266, #4f4b74, #5a5582, #665e90, #72689f);
4446
}
4547
.dev-section {
46-
background: linear-gradient(to top, #2a0e07, #371610, #441e16, #52271a, #60301e, #6d3a25, #79442c, #864e33, #955b40, #a3694d, #b2775a, #c18568);
48+
background: linear-gradient(90deg, #2f2320 0%, #906860 50%, #2f2320 100%);
49+
}
50+
.edu-section {
51+
background: linear-gradient(0deg, #2a0e07, #7f4f39);
4752
}
4853
.ai-section {
4954
background: linear-gradient(90deg, #004466 0%, #507aa2 35%, #004466 100%);
@@ -239,6 +244,7 @@ sections:
239244
banner-height: 400
240245
classes:
241246
- bluefin-section
247+
- edu-section
242248
appids:
243249
- org.endlessos.Key
244250
- io.github.david_swift.Flashcards

0 commit comments

Comments
 (0)