mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
add accessible stlyes
This commit is contained in:
parent
2c0597aa23
commit
1fc7dc2de7
1 changed files with 19 additions and 0 deletions
19
xmc.user.css
19
xmc.user.css
|
@ -2850,6 +2850,24 @@ section[class^="panels-"] > [class^="container-"]:last-child > div:last-child {
|
||||||
}`,
|
}`,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@var select xmc_accessible_styles 'Accessible Font Styles' {
|
||||||
|
'Off*': "",
|
||||||
|
'On': `
|
||||||
|
span[data-slate-leaf="true"][class*="italics-"],
|
||||||
|
em {
|
||||||
|
font-style: normal;
|
||||||
|
display: inline-block;
|
||||||
|
transform: skewX(-8deg);
|
||||||
|
color: #f80;
|
||||||
|
}
|
||||||
|
|
||||||
|
span[data-slate-leaf="true"][class*="bold-"],
|
||||||
|
strong {
|
||||||
|
font-weight: 400;
|
||||||
|
text-shadow: 0.25px 0.25px, -0.25px -0.25px;
|
||||||
|
}`,
|
||||||
|
}
|
||||||
|
|
||||||
@var color xmc_custom_color0 'Custom Scheme: Unix Black' '#484f58'
|
@var color xmc_custom_color0 'Custom Scheme: Unix Black' '#484f58'
|
||||||
@var color xmc_custom_color1 'Custom Scheme: Unix Red' '#f85149'
|
@var color xmc_custom_color1 'Custom Scheme: Unix Red' '#f85149'
|
||||||
@var color xmc_custom_color2 'Custom Scheme: Unix Green' '#3fb950'
|
@var color xmc_custom_color2 'Custom Scheme: Unix Green' '#3fb950'
|
||||||
|
@ -4842,6 +4860,7 @@ section[class^="panels-"] > [class^="container-"]:last-child > div:last-child {
|
||||||
/*[[xmc_old_roles]]*/
|
/*[[xmc_old_roles]]*/
|
||||||
/*[[xmc_left_reply]]*/
|
/*[[xmc_left_reply]]*/
|
||||||
/*[[xmc_collapsing_members]]*/
|
/*[[xmc_collapsing_members]]*/
|
||||||
|
/*[[xmc_accessible_styles]]*/
|
||||||
|
|
||||||
/* USERCSS REPLACEMENTS END */
|
/* USERCSS REPLACEMENTS END */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue