1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-11-28 21:49:47 +02:00

[docs] Update pro badge, h2 and blockquote styles

This commit is contained in:
DarthSim
2023-08-17 22:07:49 +03:00
parent 4752195001
commit ee25c32ba0

View File

@@ -23,6 +23,9 @@
--code-theme-background: var(--white-5);
--code-inline-background: var(--white-20);
--blockquote-background: var(--white-5);
--blockquote-border-width: 0 0 0 2px;
--heading-font-family: 'Roboto Condensed',sans-serif;
--heading-h1-font-weight: 700;
--heading-h2-font-weight: 700;
@@ -30,6 +33,9 @@
--heading-h4-font-weight: 700;
--heading-h5-font-weight: 700;
--heading-h2-border-color: var(--white-20);
--heading-h2-border-width: 0 0 2px;
--link-color: var(--theme-color);
--sidebar-background: var(--white-5);
@@ -199,8 +205,10 @@
}
h1 .badge img, h3 .badge img, h3 .badge img, h4 .badge img, h5 .badge img {
height: 0.8em;
margin-top: -0.20em;
display: inline-block;
position: relative;
height: .8em;
top: .125em;
margin-left: .1em;
}