Skip to content

Commit 65124d0

Browse files
authored
Merge pull request #20373 from adfoster-r7/update-metasploit-docs-branding
Update Metasploit docs branding
2 parents 3dc9e6a + fe4da47 commit 65124d0

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/_includes/title.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Metasploit Documentation
1+
<img src="{{ '/assets/images/metasploit-logo-dark-external-use.svg' | relative_url }}" alt="Metasploit Logo" class="title-logo" />

docs/assets/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
text-align: justify;
66
}
77

8+
/* Site logo */
9+
.title-logo {
10+
width: 220px;
11+
}
12+
813
/* Color highlighting for msf console text */
914
.language-mermaid .label {
1015
text-transform: inherit;
Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)