1
0
Fork 0
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:
Tyler Nguyen 2024-09-16 12:12:38 -05:00
parent e8034197ba
commit 73523bebf7
No known key found for this signature in database
2 changed files with 13 additions and 10 deletions

View file

@ -15,22 +15,22 @@
} }
.md-typeset h1 { .md-typeset h1 {
color: var(--md-default-fg-color);
margin: 0 0 .75em; margin: 0 0 .75em;
font-size: xx-large; font-weight: bold;
font-weight: 130; word-spacing: -5px;
color: rgb(var(--solarized-orange));
text-decoration: underline;
text-decoration-color: rgb(var(--solarized-orange));
} }
.md-typeset h2 { .md-typeset h2 {
font-weight: 120; font-weight: 120;
word-spacing: -5px;
} }
.md-typeset p { .md-typeset p {
font-weight: 110; font-weight: 110;
font-size: medium; font-size: medium;
line-height: 1.6; line-height: 1.6;
word-spacing: -2px;
} }
.md-typeset figcaption { .md-typeset figcaption {
@ -45,8 +45,6 @@
.md-meta { .md-meta {
color: var(--md-default-fg-color--light); color: var(--md-default-fg-color--light);
font-size: small; font-size: small;
padding: 2px;
margin-bottom: 20px;
} }
.md-grid { .md-grid {

View file

@ -56,6 +56,7 @@
--md-typeset-kbd-color: rgb(var(--solarized-base2)); --md-typeset-kbd-color: rgb(var(--solarized-base2));
--md-typeset-kbd-border-color: rgb(var(--solarized-green)); --md-typeset-kbd-border-color: rgb(var(--solarized-green));
--md-typeset-kbd-accent-color: rgb(var(--solarized-base3)); --md-typeset-kbd-accent-color: rgb(var(--solarized-base3));
--md-typeset-mark-color: rgb(var(--solarized-green));
} }
[data-md-color-scheme="slate"] { [data-md-color-scheme="slate"] {
@ -783,7 +784,11 @@
} }
.md-post { .md-post {
margin: 0; margin-left: 0;
padding: 0; margin-bottom: 3em;
border: 0; }
.md-pin {
background: var(--md-primary-fg-color);
color: black;
} }