Converted spaces to tabs in article.css.
This commit is contained in:
parent
78cbf71198
commit
5ca275910e
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-align: left; }
|
text-align: left; }
|
||||||
|
|
||||||
h4,
|
h4,
|
||||||
h5 {
|
h5 {
|
||||||
text-indent: 1.5rem;
|
text-indent: 1.5rem;
|
||||||
margin: 1rem 0 1rem 0; }
|
margin: 1rem 0 1rem 0; }
|
||||||
|
|
||||||
:is(h3, h4, h5) a { color: var(--text-color); }
|
:is(h3, h4, h5) a { color: var(--text-color); }
|
||||||
|
|
||||||
@ -22,39 +22,39 @@ h5 {
|
|||||||
|
|
||||||
code,
|
code,
|
||||||
pre {
|
pre {
|
||||||
font-family: 'Share Tech Mono';
|
font-family: 'Share Tech Mono';
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
letter-spacing: -1px; }
|
letter-spacing: -1px; }
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
border-left: 1px solid var(--primary-color);
|
border-left: 1px solid var(--primary-color);
|
||||||
padding-left: .25rem;
|
padding-left: .25rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
margin-left: 1.6rem;
|
margin-left: 1.6rem;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
white-space: pre; }
|
white-space: pre; }
|
||||||
|
|
||||||
article {
|
article {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
max-width: 100%; }
|
max-width: 100%; }
|
||||||
|
|
||||||
article:last-child { margin-bottom: 1rem; }
|
article:last-child { margin-bottom: 1rem; }
|
||||||
|
|
||||||
article header {
|
article header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column; }
|
flex-direction: column; }
|
||||||
|
|
||||||
article header .menu {
|
article header .menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
justify-content: space-between; }
|
justify-content: space-between; }
|
||||||
|
|
||||||
article header nav a { font-variant: normal; }
|
article header nav a { font-variant: normal; }
|
||||||
|
|
||||||
article header nav ol {
|
article header nav ol {
|
||||||
counter-reset: item;
|
counter-reset: item;
|
||||||
list-style-type: none; }
|
list-style-type: none; }
|
||||||
|
|
||||||
article header nav ol > li { counter-increment: item; }
|
article header nav ol > li { counter-increment: item; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user