edi dark
This commit is contained in:
@@ -4,7 +4,7 @@ description: ""
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/footer.html"
|
||||
extra:
|
||||
logoPath: "images/tf_logo.svg"
|
||||
logoPath: "images/tf_dark.png"
|
||||
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
||||
---
|
||||
|
||||
@@ -55,6 +55,12 @@ extra:
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.bg-dark {
|
||||
background: rgb(15,15,15);
|
||||
background: linear-gradient(0deg, rgba(15,15,15,1) 0%, rgba(21,22,22,1) 50%, rgba(15,15,15,1) 100%);
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
@@ -4,7 +4,7 @@ description: ""
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/header.html"
|
||||
extra:
|
||||
logoPath: "./images/tf_logo.svg"
|
||||
logoPath: "./images/tf_dark.png"
|
||||
imgPath: ""
|
||||
---
|
||||
- [Home]("/")
|
||||
|
Reference in New Issue
Block a user