Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jrussellfreelance committed Feb 22, 2020
2 parents 232b7f3 + 9dc7a55 commit 888a920
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 27 deletions.
16 changes: 8 additions & 8 deletions AD-computers-html-report.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ $head = @"
<title>AD Computer List</title>
<style>
body {
background-color: #FFFFFF;
background-color: #282A36;
font-family: sans-serif;
}
h1 {
color: #1E87F0;
color: #FF7575;
}
h2 {
color: #1E87F0;
color: #E56969;
}
table {
background-color: #1E87F0;
background-color: #363949;
}
td {
background-color: #FFFFFF;
color: #666666;
background-color: #363949;
color: #FF7575;
padding: 3px;
}
th {
background-color: #1E87F0;
color: #FFFFFF;
background-color: #363949;
color: #FF7575;
text-align: left;
padding: 3px;
}
Expand Down
16 changes: 8 additions & 8 deletions AD-computers-network-html-report.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@ $head = @"
<title>AD Computer List</title>
<style>
body {
background-color: #FFFFFF;
background-color: #282A36;
font-family: sans-serif;
}
h1 {
color: #1E87F0;
color: #FF7575;
}
h2 {
color: #1E87F0;
color: #E56969;
}
table {
background-color: #1E87F0;
background-color: #363949;
}
td {
background-color: #FFFFFF;
color: #666666;
background-color: #363949;
color: #FF7575;
padding: 3px;
}
th {
background-color: #1E87F0;
color: #FFFFFF;
background-color: #363949;
color: #FF7575;
text-align: left;
padding: 3px;
}
Expand Down
11 changes: 0 additions & 11 deletions create-symbolic-link.ps1

This file was deleted.

File renamed without changes.

0 comments on commit 888a920

Please sign in to comment.