Skip to content

Hackthebox style by ThienTruong-TheBoi

Screenshot of Hackthebox style

Details

AuthorThienTruong-TheBoi

LicenseNo License

Categoryhackthebox

Created

Updated

Size457 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

my own version

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hackthebox style
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    my own version
==/UserStyle== */
@-moz-document url-prefix("https://academy.hackthebox.com/") {
body {
    margin: 0;
    font-family: neue-haas-unica,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a5ecd9;
    text-align: left;
    background-color: #434c53;
}
}

Reviews

No reviews yet.