[home]开源官网初始化

This commit is contained in:
tomsun28
2022-02-02 22:49:50 +08:00
parent 9347097905
commit c47706be17
132 changed files with 15971 additions and 1 deletions

14
home/src/css/buttons.css Normal file
View File

@@ -0,0 +1,14 @@
html[data-theme=dark] .button {
--ifm-button-border-color: transparent;
}
.button--secondary {
background-color: var(--ifm-color-primary);
color: #fff;
font-family: 'IBM Plex Mono';
font-size: 1em;
}
body .button.button--secondary {
color: var(--ifm-color-white)!important;
}