Turns the Powershell Background Black
academy.hackthebox.com Black Powershell Background by LucasMurtfeld

Details
AuthorLucasMurtfeld
LicenseNo License
Categoryacademy.hackthebox.com
Created
Updated
Code size564 B
Code checksum52f172f0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name academy.hackthebox.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("academy.hackthebox.com") {
pre.language-powershell-session {
background-color: #000 !important;
color: #0f0 !important; /* grün als Beispiel für Textfarbe */
}
pre.language-powershell-session span {
color: inherit !important;
}
pre[class^="language-"] {
background-color: #000 !important;
color: #fff !important;
}
}