Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update support colours in Partners theme #724

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion priv/static/themes/bitcasinoNew.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--piccolo: 214 55 65; /* #D63741 */
--hit: 255 255 255; /* #FFFFFF */
--beerus: 224 224 224; /* #E0E0E0 */
--gohan: 242, 242, 242; /* #F2F2F2 */
--gohan: 242 242 242; /* #F2F2F2 */
--goten: 255 255 255; /* #FFFFFF */
--goku: 255 255 255; /* #FFFFFF */
--bulma: 27 20 20; /* #1B1414 */
Expand Down
40 changes: 20 additions & 20 deletions priv/static/themes/partners.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,41 @@
--zeno: 1 9 19 / 0.4; /* #010913 */

/* support-colors */
--krillin: 255 179 25; /* #ffb319 */
--krillin-60: 255 198 82; /* #ffc652 */
--krillin-10: 255 217 141; /* #ffd98d */
--krillin: 255 179 25; /* #ff9800 */
--krillin-60: 255 179 25 / 0.56; /* #ff9800 */
--krillin-10: 255 179 25 / 0.08; /* #ff9800 */

--chichi: 255 78 100; /* #ff4e64 */
--chichi-60: 255 118 135; /* #ff7687 */
--chichi-10: 255 150 163; /* #ff96a3 */
--chichi-60: 255 78 100 / 0.56; /* #ff4e64 */
--chichi-10: 255 78 100 / 0.08; /* #ff4e64 */

--roshi: 74 209 95; /* #4ad15f */
--roshi-60: 100 220 119; /* #64dc77 */
--roshi-10: 127 242 145; /* #7ff291 */
--roshi: 46 125 50; /* #2e7d32 */
--roshi-60: 46 125 50 / 0.56; /* #2e7d32 */
--roshi-10: 46 125 50 / 0.08; /* #2e7d32 */

--dodoria: 211 48 48; /* #d33030 */
--dodoria-60: 219 78 78; /* #db4e4e */
--dodoria-10: 240 103 103; /* #f06767 */
--dodoria-60: 211 48 48 / 0.56; /* #d33030 */
--dodoria-10: 211 48 48 / 0.08; /* #d33030 */

--cell: 149 241 213; /* #95f1d5 */
--cell-60: 162 250 223; /* #a2fadf */
--cell-10: 191 255 236; /* #bfffec */
--cell-60: 149 241 213 / 0.56; /* #95f1d5 */
--cell-10: 149 241 213 / 0.08; /* #95f1d5 */

--raditz: 179 128 74; /* #b3804a */
--raditz-60: 193 145 93; /* #c1915d */
--raditz-10: 214 169 121; /* #d6a979 */
--raditz-60: 179 128 74 / 0.56; /* #b3804a */
--raditz-10: 179 128 74 / 0.08; /* #b3804a */

--whis: 52 72 240; /* #3448f0 */
--whis-60: 103 119 248; /* #6777f8 */
--whis-10: 132 144 249; /* #8490f9 */
--whis-60: 52 72 240 / 0.56; /* #3448f0 */
--whis-10: 52 72 240 / 0.08; /* #3448f0 */

--frieza: 92 51 207; /* #5c33cf */
--frieza-60: 115 77 222; /* #734dde */
--frieza-10: 146 113 239; /* #9271ef */
--frieza-60: 92 51 207 / 0.56; /* #5c33cf */
--frieza-10: 92 51 207 / 0.08; /* #5c33cf */

--nappa: 114 85 80; /* #725550 */
--nappa-60: 133 106 102; /* #856a66 */
--nappa-10: 161 134 129; /* #a18681 */
--nappa-60: 114 85 80 / 0.56; /* #725550 */
--nappa-10: 114 85 80 / 0.08; /* #725550 */

/* border-radius */
--radius-i-xs: 0.25rem; /* 4px */
Expand Down