mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
fix: more consistent styling
This commit is contained in:
parent
e8034197ba
commit
73523bebf7
2 changed files with 13 additions and 10 deletions
|
@ -15,22 +15,22 @@
|
|||
}
|
||||
|
||||
.md-typeset h1 {
|
||||
color: var(--md-default-fg-color);
|
||||
margin: 0 0 .75em;
|
||||
font-size: xx-large;
|
||||
font-weight: 130;
|
||||
color: rgb(var(--solarized-orange));
|
||||
text-decoration: underline;
|
||||
text-decoration-color: rgb(var(--solarized-orange));
|
||||
font-weight: bold;
|
||||
word-spacing: -5px;
|
||||
}
|
||||
|
||||
.md-typeset h2 {
|
||||
font-weight: 120;
|
||||
word-spacing: -5px;
|
||||
}
|
||||
|
||||
.md-typeset p {
|
||||
font-weight: 110;
|
||||
font-size: medium;
|
||||
line-height: 1.6;
|
||||
word-spacing: -2px;
|
||||
}
|
||||
|
||||
.md-typeset figcaption {
|
||||
|
@ -45,8 +45,6 @@
|
|||
.md-meta {
|
||||
color: var(--md-default-fg-color--light);
|
||||
font-size: small;
|
||||
padding: 2px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.md-grid {
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
--md-typeset-kbd-color: rgb(var(--solarized-base2));
|
||||
--md-typeset-kbd-border-color: rgb(var(--solarized-green));
|
||||
--md-typeset-kbd-accent-color: rgb(var(--solarized-base3));
|
||||
--md-typeset-mark-color: rgb(var(--solarized-green));
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] {
|
||||
|
@ -783,7 +784,11 @@
|
|||
}
|
||||
|
||||
.md-post {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin-left: 0;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
.md-pin {
|
||||
background: var(--md-primary-fg-color);
|
||||
color: black;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue