16 |
32 |
33 |
34 | {{ content }}
35 |
36 |
37 |
42 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/assets/css/style.scss:
--------------------------------------------------------------------------------
1 | ---
2 | ---
3 |
4 | @import "{{ site.theme }}";
5 |
6 | @import url("https://cyberninjas.com/wp-content/themes/cyberninja2014/style.css");
7 |
8 | * {
9 | background-color: black !important;
10 | color: white !important;
11 | }
12 |
13 | ul {
14 | list-style-position: inside;
15 | }
16 |
17 | footer img {
18 | max-width: 100px;
19 | }
20 |
--------------------------------------------------------------------------------
/assets/img/cn-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CyberNinjas/aad-for-linux/c8df8d20f00bcbe349e1c24634d3fbb055a18b51/assets/img/cn-logo.png
--------------------------------------------------------------------------------
/assets/img/ms-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CyberNinjas/aad-for-linux/c8df8d20f00bcbe349e1c24634d3fbb055a18b51/assets/img/ms-logo.png
--------------------------------------------------------------------------------
/index.md:
--------------------------------------------------------------------------------
1 | # Azure Active Directory for Linux
2 |
3 |