Commit d27f7424 authored by hyeryung's avatar hyeryung

update css (lint error)

parent 51af37cb
Pipeline #18972 passed with stages
in 1 minute and 19 seconds
......@@ -669,7 +669,7 @@
}
.doc .olist li > .admonitionblock,
.doc .ulist li > .admonitionblock{
.doc .ulist li > .admonitionblock {
margin-left: 1em;
}
......@@ -1037,8 +1037,7 @@
background: var(--kbd-background);
border: 1px solid var(--kbd-border-color);
border-radius: 0.25em;
box-shadow: 0 1px 0 var(--kbd-border-color),
0 0 0 0.1em var(--body-background) inset;
box-shadow: 0 1px 0 var(--kbd-border-color), 0 0 0 0.1em var(--body-background) inset;
padding: 0.25em 0.5em;
vertical-align: text-bottom;
white-space: nowrap; /* effectively ignores hyphens setting */
......
......@@ -105,8 +105,7 @@ body {
}
.navbar-burger:not(.is-active) span {
transition: transform ease-out 0.25s, opacity 0s 0.25s,
margin-top ease-out 0.25s 0.25s;
transition: transform ease-out 0.25s, opacity 0s 0.25s, margin-top ease-out 0.25s 0.25s;
}
.navbar-burger span + span {
......
......@@ -118,11 +118,7 @@
--sidebar-background: var(--color-smoke-90);
--table-border-color: var(--panel-border-color);
--table-stripe-background: var(--panel-background);
--table-footer-background: linear-gradient(
to bottom,
var(--color-smoke-70) 0%,
var(--color-white) 100%
);
--table-footer-background: linear-gradient(to bottom, var(--color-smoke-70) 0%, var(--color-white) 100%);
/* toc */
--toc-font-color: var(--nav-muted-color);
--toc-heading-font-color: var(--doc-font-color);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment