CMP Update Hotfixes (#729)

* Remove WIP for getting paid

* Fix beta badge border

* Update money formatting

* Add required "not affiliated with Mojang" notice

* Replace search video on home page
This commit is contained in:
Prospector
2022-11-15 11:41:38 -08:00
committed by GitHub
parent e86aa6b541
commit ecced27853
7 changed files with 62 additions and 40 deletions

View File

@@ -920,7 +920,7 @@ h1 {
.beta-badge {
font-size: 0.7em;
padding: 0.25rem 0.5rem;
padding: 0.2rem 0.4rem;
background-color: transparent;
box-sizing: border-box;
border: 2px solid var(--color-text);
@@ -934,7 +934,7 @@ h1 {
.beta-badge {
background-color: var(--color-button-text-active);
box-sizing: border-box;
outline: none;
border-color: transparent;
color: var(--color-raised-bg);
}
}