Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified guides/Node Operators/assets/getting-started.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified guides/Node Operators/assets/how-to-manage-log-files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified guides/Node Operators/assets/managing-the-keystore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified guides/Node Operators/assets/running-a-node-in-docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified guides/Node Operators/assets/transfering-setup-ownership.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified guides/Node Operators/assets/updating-lightning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
*/

/* You can override the default Infima variables here. */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@400;500;600;700&display=swap');


@font-face {
font-family: 'Atyp'; /* You can name it anything */
Expand All @@ -18,7 +19,7 @@
}

:root {
--ifm-font-family-base: 'IBM Plex Mono', sans-serif; /* Set the default font to IBM Plex Sans */
--ifm-font-family-base: 'IBM Plex Sans', sans-serif; /* Set the default font to IBM Plex Sans */
--ifm-color-primary: #000;
--ifm-color-primary-dark: #000033;
--ifm-color-primary-darker: #001ac9;
Expand All @@ -38,7 +39,7 @@ h1, h2, h3, h4, h5, h6 {
[data-theme='dark'] {
--ifm-color-primary: #fff;
--ifm-color-primary-dark: #98beff;
--ifm-color-primary-darker: #C9FF57;
--ifm-color-primary-darker: #FFE629;
--ifm-color-primary-darkest: #0048f8;
--ifm-color-primary-light: #001ac9;
--ifm-color-primary-lighter: #000033;
Expand Down Expand Up @@ -86,7 +87,7 @@ html[data-theme='dark'] {

.alert {
background: #1C1C1C;
border-left: 4px solid #C9FF57;
border-left: 4px solid #FFE629;
border-radius: 0px;
}

Expand Down
Binary file modified static/img/banner-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/banner-engineering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/banner-guides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/banner-references.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.