moar stuff
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
--ifm-color-primary-light: rgb(201, 203, 70);
|
||||
--ifm-color-primary-lighter: rgb(212, 210, 102);
|
||||
--ifm-color-primary-lightest: rgb(223, 224, 146);
|
||||
|
||||
--ifm-color-secondary: #a14ed8;
|
||||
--ifm-color-secondary-dark: #7c3ca7;
|
||||
--ifm-color-secondary-darker: #612f83;
|
||||
--ifm-code-font-size: 95%;
|
||||
}
|
||||
|
||||
@@ -27,3 +31,11 @@
|
||||
html[data-theme='dark'] .docusaurus-highlight-code-line {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
ul.contains-task-list {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
li.task-list-item > input[type="checkbox"] {
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user