mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-18 19:46:57 +02:00
Update urls, modified starter example custom css, added it to Docusaurus website
This commit is contained in:
parent
0dce734a1d
commit
c0109192b1
3 changed files with 14 additions and 3 deletions
|
@ -1,5 +1,16 @@
|
|||
/* your custom css */
|
||||
|
||||
* {
|
||||
border: 1px solid red;
|
||||
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1023px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1400px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1500px) {
|
||||
}
|
|
@ -58,7 +58,7 @@ const siteConfig = {
|
|||
apiKey: "3eb9507824b8be89e7a199ecaa1a9d2c",
|
||||
indexName: "docusaurus"
|
||||
},
|
||||
// customCssFileName: "custom.css", //the name of your custom css file
|
||||
customCssFileName: "custom.css", //the name of your custom css file
|
||||
colors: {
|
||||
primaryColor: "#2E8555",
|
||||
secondaryColor: "#205C3B",
|
||||
|
|
0
website/static/css/custom.css
Normal file
0
website/static/css/custom.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue