mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-04-29 22:56:38 +00:00
deploy: a955167df4
This commit is contained in:
parent
368ac87879
commit
c8262094ff
268 changed files with 6846 additions and 6841 deletions
|
@ -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 {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue