Spaces:
Runtime error
Runtime error
File size: 546 Bytes
e202b16 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
/* Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. */
/*
* some extra css to make markdown look similar between github/sphinx
*/
/* this is not actually being used at the moment */
.tutorials-header .header-logo {
background-image: url("../images/xformers-logo-dark.svg");
background-repeat: no-repeat;
background-position: center;
}
/* .header-logo {
background-image: url("../images/fairscale-logo.svg");
} */
/* .footer-logo {
background-image: url("../images/fairscale-logo-icon.svg");
} */
|