mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
feat: pride 2026 frontend (#6205)
* feat: pride 2026 banner app sidebar * feat: use ProgressBar component * feat: pride skins * feat: pride skins * feat: blog post * fix: blogpost * fix: pride skin condition * fix: types * fix: show logic * fix: qa * fix: lint * fix: unused var
This commit is contained in:
@@ -700,10 +700,10 @@ a:not(.no-click-animation),
|
||||
|
||||
.v-popper--theme-tooltip {
|
||||
.v-popper__inner {
|
||||
background: var(--surface-3) !important;
|
||||
color: var(--color-contrast) !important;
|
||||
background: var(--color-tooltip-bg) !important;
|
||||
color: var(--color-tooltip-text) !important;
|
||||
padding: 0.625rem 0.75rem !important;
|
||||
border-radius: 12px !important;
|
||||
border-radius: var(--radius-sm) !important;
|
||||
filter: drop-shadow(2px 2px 0.4rem rgba(0, 0, 0, 0.5));
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
@@ -730,7 +730,6 @@ a:not(.no-click-animation),
|
||||
color: var(--color-tooltip-text) !important;
|
||||
padding: 0.75rem 1rem !important;
|
||||
border-radius: 0.75rem !important;
|
||||
filter: drop-shadow(5px 5px 0.8rem rgba(0, 0, 0, 0.35));
|
||||
font-size: 0.9rem;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
|
||||
@@ -199,8 +199,8 @@ html {
|
||||
--radius-xl: 1.25rem;
|
||||
--radius-max: 999999999px;
|
||||
|
||||
--color-tooltip-text: var(--dark-color-contrast);
|
||||
--color-tooltip-bg: #000;
|
||||
--color-tooltip-text: var(--color-contrast);
|
||||
--color-tooltip-bg: var(--surface-3);
|
||||
|
||||
--color-ad: rgba(125, 75, 162, 0.2);
|
||||
--color-ad-raised: rgba(190, 140, 243, 0.5);
|
||||
|
||||
Reference in New Issue
Block a user