diff options
Diffstat (limited to 'examples/docs/public')
-rw-r--r-- | examples/docs/public/index.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css index 1906eeac8..f06f8c94f 100644 --- a/examples/docs/public/index.css +++ b/examples/docs/public/index.css @@ -187,15 +187,6 @@ blockquote { align-items: center; } -header button { - background-color: var(--theme-bg); -} -header button:hover, -header button:focus { - background: var(--theme-text); - color: var(--theme-bg); -} - button { display: flex; align-items: center; @@ -235,9 +226,6 @@ button:hover { display: flex; align-items: center; justify-content: center; - font-size: 1.5rem; - width: 1.5rem; - height: 1.5rem; opacity: 0.5; transition: transform 120ms ease-out, opacity 120ms ease-out; } |