fix boot.js color with new branding

This commit is contained in:
AntoineÐ 2023-11-27 17:22:03 +01:00 committed by Laura Hausmann
parent 4a90408386
commit d0e995639b
2 changed files with 157 additions and 159 deletions

View file

@ -182,7 +182,7 @@
errorsElement.appendChild(detailsElement);
addStyle(`
* {
font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif;
font-family: Roboto,HelveticaNeue,Arial,sans-serif;
}
#iceshrimp_app,
@ -192,8 +192,8 @@
body,
html {
background-color: #191724;
color: #e0def4;
background-color: #3b364c;
color: rgb(231, 237, 255);
justify-content: center;
margin: auto;
padding: 10px;
@ -209,38 +209,38 @@
}
.button-big {
background: linear-gradient(-45deg, rgb(196, 167, 231), rgb(235, 188, 186));
background: linear-gradient(-45deg, rgb(154, 146, 255), rgb(131, 114, 245));
line-height: 50px;
}
.button-big:hover {
background: rgb(49, 116, 143);
background: rgb(201, 197, 255);
}
.button-small {
background: #444;
background: #544d77;
line-height: 40px;
}
.button-small:hover {
background: #555;
background: #504967;
}
.button-label-big {
color: #191724;
color: #3b364c;
font-weight: bold;
font-size: 20px;
padding: 12px;
}
.button-label-small {
color: rgb(156, 207, 216);
color: rgb(231, 237, 255);
font-size: 16px;
padding: 12px;
}
a {
color: rgb(156, 207, 216);
color: rgb(255, 123, 114);
text-decoration: none;
}
@ -255,7 +255,7 @@
}
.icon-warning {
color: #f6c177;
color: rgb(236, 182, 55);
height: 4rem;
padding-top: 2rem;
}
@ -269,7 +269,7 @@
}
details {
background: #1f1d2e;
background: #423c55;
margin-bottom: 2rem;
padding: 0.5rem 1rem;
width: 40rem;

View file

@ -67,8 +67,6 @@ html
body
noscript: p
| JavaScriptを有効にしてください
br
| Please turn on your JavaScript
div#splash
img#splashIcon(src= splashIcon || `/static-assets/splash.png?${ timestamp }`)