# Was the admin "Upgrade" page styling changed?

**URL:** https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705
**Category:** Support
**Created:** [March 10, 2023, 2:04pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705 "2023-03-10T14:04:56Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)
#### Post date: [March 10, 2023, 2:04pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/1 "2023-03-10T14:04:56Z")

</div>

Previously the background for the terminal-like status/output area was black. Now it’s light grey. I preferred the previous contrast.

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/9/2/b92268a5b2a5bff7e9c60a74df45dedd6695e731.png)  
Was that changed officially? How can I change this back to black? I feel like the default theme, on a whole, went through some minor tweaks. Unless I messed it up somehow?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [March 10, 2023, 3:22pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/2 "2023-03-10T15:22:22Z")

</div>

A fairly simple CSS tweak, no?:

```plaintext
.console-logs {
    background-color: var(--primary);
    color: var(--secondary);
}

```

 ![image](https://global.discourse-cdn.com/meta/original/4X/2/c/a/2ca55354a54f441e31f6c1d9239c8ff9740b34c6.png)

or go crazy 🤪

---

<div class="post-metadata">

### Author: ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)
#### Post date: [March 10, 2023, 3:34pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/3 "2023-03-10T15:34:36Z")

</div>

…it was changed officially? (im using default theme) Only curious if I maybe messed up something unknowingly. thx

Edit: In the meantime I did:

```plaintext
.docker-manager .console-logs {
    background-color: #000;
    color: #f2f2f2;
}

```

Thx!

Edit: Here’s a screenshot of the new console background color (no text).

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/9/7/6971c81c8eba71457b8aafb7f2fd9d78ea1a40a6.png)

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [March 10, 2023, 4:23pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/4 "2023-03-10T16:23:02Z")

</div>

> [@haydenjames](#):
>
> Was that changed officially?

I didn’t see any official announcement, but indeed, it has been deployed in a recent update. 🙂

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [March 10, 2023, 4:24pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/5 "2023-03-10T16:24:10Z")

</div>

You are better to use variables so Light/Dark works.

Then again I suspect you like this dark all the time? 👍

---

<div class="post-metadata">

### Author: ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)
#### Post date: [March 10, 2023, 4:26pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/6 "2023-03-10T16:26:28Z")

</div>

oh, ok. yes indeed… 😉

---

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [March 10, 2023, 5:22pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/7 "2023-03-10T17:22:21Z")

</div>

Although a solution has been accepted, is it not the case that as-shipped the log information is illegible? If so, that’s a bug which needs to be fixed.

---

<div class="post-metadata">

### Author: ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)
#### Post date: [March 10, 2023, 5:33pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/8 "2023-03-10T17:33:55Z")

</div>

> [@Ed\_S](#):
>
> illegible

It was not “illegible”:

> [@haydenjames](#):
>
> I preferred the previous contrast.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [March 10, 2023, 5:46pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/9 "2023-03-10T17:46:38Z")

</div>

The screenshot is before it’s got going I suspect.

---

<div class="post-metadata">

### Author: ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)
#### Post date: [March 10, 2023, 5:47pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/10 "2023-03-10T17:47:32Z")

</div>

Ah, yes, the screenshot is only of the background, no text. Will add a note.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [April 9, 2023, 5:48pm UTC](https://meta.discourse.org/t/was-the-admin-upgrade-page-styling-changed/257705/11 "2023-04-09T17:48:26Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
