customize.css 494 Bytes
Newer Older
1
2
3
4
5
6
7
/* Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. */
/*
 * some extra css to make markdown look similar between github/sphinx
 */


 .tutorials-header .header-logo  {
8
    background-image: url("../images/fairscale-logo-dark.svg");
9
10
    background-repeat: no-repeat;
    background-position: center;
11
12
}

13
/* .header-logo {
14
    background-image: url("../images/fairscale-logo.svg");
15
} */
16

17
/* .footer-logo {
18
    background-image: url("../images/fairscale-logo-icon.svg");
19
} */