Refactor style (among other things) #24

Merged
Tetrakern merged 94 commits from refactor_colors into main 2024-03-03 02:47:35 +08:00
5 changed files with 5 additions and 6 deletions
Showing only changes of commit c795651d27 - Show all commits

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -762,7 +762,7 @@ function fictioneer_add_dark_mode_customizer_settings( $manager ) {
),
'dark_bg_800' => array(
'label' => __( 'Dark Background 800', 'fictioneer' ),
'description' => __( 'Used for the site, &ltkbd> elements, card footers and overlays, info boxes, and mixed into input fields (with 19% black).', 'fictioneer' )
'description' => __( 'Used for the site, &ltkbd> elements, card footers and overlays, and info boxes.', 'fictioneer' )
),
'dark_bg_900' => array(
'label' => __( 'Dark Background 900', 'fictioneer' ),

View File

@ -477,8 +477,7 @@
// === INPUTS ================================================================
--input-placeholder-color: var(--fg-950);
--input-background: rgb(var(--dark-shade-rgb) / 30%); // Fallback
--input-background: color-mix(in srgb, var(--bg-800), black 19%);
--input-background: rgb(var(--dark-shade-rgb) / 32%);
--input-background-disabled: rgb(var(--dark-shade-rgb) / 15%) repeating-linear-gradient(-45deg, rgb(var(--dark-shade-rgb) / 15%), rgb(var(--dark-shade-rgb) / 15%) 2px, transparent 2px, transparent 5px);
--input-color: var(--fg-500);
--input-color-disabled: var(--fg-800);