This commit is contained in:
McShelby 2024-04-04 21:50:04 +00:00
parent 368ac87879
commit c8262094ff
268 changed files with 6846 additions and 6841 deletions

View file

@ -534,19 +534,19 @@ mark {
}
kbd {
background-color: rgba( 134, 134, 134, .166 );
border: 1px solid rgba( 134, 134, 134, .5 );
border-radius: 0.25rem;
box-shadow: 0 1px 0 1px rgba( 134, 134, 134, .5 );
color: var(--INTERNAL-TEXT-color);
font-family: var(--INTERNAL-CODE-font);
font-size: 0.75em;
line-height: 1;
min-width: 0.75rem;
padding: 2px 5px 2px 5px;
position: relative;
text-align: center;
top: -2px;
background-color: rgba( 134, 134, 134, .166 );
border-color: rgba( 134, 134, 134, .5 );
border-radius: 0.25rem;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 1px rgba( 134, 134, 134, .5 );
font-size: 0.75em;
line-height: 1;
min-width: 0.75rem;
padding: 2px 5px 2px 5px;
position: relative;
text-align: center;
top: -2px;
}
h1 {

View file

@ -105,6 +105,11 @@ mark {
);
}
kbd {
color: var(--INTERNAL-TEXT-color);
font-family: var(--INTERNAL-CODE-font);
}
h1 {
color: var(--INTERNAL-MAIN-TITLES-H1-color);
font-family: var(--INTERNAL-MAIN-TITLES-H1-font);