mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
site: remove kapa css overrides/hacks
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
.mantine-Modal-root {
|
||||
.mantine-Modal-inner { inset: 0; }
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.mantine-List-root {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.mantine-List-itemWrapper {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mantine-Prism-copy {
|
||||
background-color: rgb(20, 21, 23)
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
@import "tailwindcss/components";
|
||||
@import "/assets/css/code";
|
||||
@import "/assets/css/toc";
|
||||
@import "/assets/css/kapa";
|
||||
|
||||
@import "tailwindcss/utilities";
|
||||
@import "/assets/css/syntax-light";
|
||||
|
||||
Reference in New Issue
Block a user