I have updated the way themes are used, including adding a dyslexia theme
This commit is contained in:
2023-09-03 02:31:36 -07:00
parent 17320aa55d
commit 45af15f841
8 changed files with 602 additions and 12 deletions

View File

@@ -20213,6 +20213,10 @@ details.toggleable-item[open] summary:after {
filter: opacity(.5)!important
}
.ui .field .dropzone .dz-preview .dz-progress {
top: 7em
}
#git-graph-container {
overflow-x: auto;
width: 100%;
@@ -22111,7 +22115,7 @@ details.toggleable-item[open] summary:after {
margin-top: 24px;
margin-bottom: 16px;
font-weight: var(--font-weight-semibold);
line-height: 1.25;
line-height: 1.25
}
.markup h1 tt,.markup h1 code,.markup h2 tt,.markup h2 code,.markup h3 tt,.markup h3 code,.markup h4 tt,.markup h4 code,.markup h5 tt,.markup h5 code,.markup h6 tt,.markup h6 code {
@@ -22121,7 +22125,7 @@ details.toggleable-item[open] summary:after {
.markup h1 {
padding-bottom: .3em;
font-size: 2em;
border-bottom: 1px solid var(--color-secondary);
border-bottom: 1px solid var(--color-secondary)
}
.markup h2 {
@@ -23090,7 +23094,7 @@ details.toggleable-item[open] summary:after {
--fonts-proportional: -apple-system, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial;
--fonts-monospace: ui-monospace, SFMono-Regular,"SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji);
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
/* --font-weight-light: 300; */
--font-weight-light: 300;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;
@@ -24212,7 +24216,7 @@ img.ui.avatar,.ui.avatar img,.ui.avatar svg {
}
.ui .text.truncate {
overflow: hidden;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block
@@ -29730,7 +29734,7 @@ text-expander .suggestions img {
}
#readme_profile {
padding: 10px;
padding: 1em 2em;
border-radius: .28571429rem;
background: var(--color-card);
border: 1px solid var(--color-secondary)