mirror of https://github.com/docker/docs.git
site: remove kapa css overrides/hacks
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
afabe0bbf0
commit
d252d1af82
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue