nord-like theme for portswigger.net
portswigger.net nord-ish by tmp5748

Details
Authortmp5748
LicenseNo License
Categoryportswigger
Created
Updated
Code size3.4 kB
Code checksum5e5eafb6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name portswigger.net - 8/12/2023, 9:40:58 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("portswigger.net") {
/* Insert code here... */
.theme-navy-1 {
--background-color: #2e3440;
--hero-banner-text-color: #fff;
--section-text-color: #fff;
--section-h1-text-color: #fff;
--section-h2-text-color: #fff;
--section-h3-text-color: #fff;
--section-h4-text-color: #fff;
--section-h5-text-color: #fff;
--section-link-color: #fff;
--section-link-border-hover: #d08770;
--publication-list-color: #fff;
--chevron-after-color: #2e3440;
}
:root {
--background-color: #fff;
--background-code-color: #fff;
--hero-banner-text-color: #333332;
--label-text-color: #fff;
--chevron-color: #d08770;
--publication-list-color: #2e3440;
--highlightedarea-border: #2e3440;
--highlightedarea-header: #2e3440;
--code-background-color: #fff;
--grid-table-background: transparent;
}
.theme-research .code,
.theme-research .editableelement .code {
background-color: #4c566a;
font-weight: bold;
}
.theme-navy-1 li::before,
.theme-navy-1 li::marker {
--li-color: #d08770;
}
.theme-research .wrapper,
.theme-research .wrapper-large,
.theme-research .wrapped-themed {
background-color: #2e3440;
}
.theme-research .modal-mask .heading-1,
.theme-research .modal-mask h1,
.theme-research .section-full-width-floater .heading-1,
.theme-research .section-full-width-floater h1,
.theme-research .section-blue-40-full-width-medium-large .heading-1,
.theme-research .section-blue-40-full-width-medium-large h1,
.theme-research .exam-purple-80-landing .heading-1,
.theme-research .exam-purple-80-landing h1,
.theme-research .section-white-medium-no-padding .heading-1,
.theme-research .section-white-medium-no-padding h1,
.theme-research .section-full-width-no-padding .heading-1,
.theme-research .section-full-width-no-padding h1,
.theme-research .banner .heading-1,
.theme-research .banner h1,
.theme-research .banner-layered .heading-1,
.theme-research .banner-layered h1,
.theme-research .hero .heading-1,
.theme-research .hero h1,
.theme-research .hero-layered-full-width .heading-1,
.theme-research .hero-layered-full-width h1,
.theme-research .section .heading-1,
.theme-research .section h1,
.theme-research .section-full-width .heading-1,
.theme-research .section-full-width h1,
.theme-research .section-full-width-medium-xx .heading-1,
.theme-research .section-full-width-medium-xx h1,
.theme-research .section-small .heading-1,
.theme-research .section-small h1,
.theme-research .trial-request-dark-light-blue-landing .heading-1,
.theme-research .trial-request-dark-light-blue-landing h1,
.theme-research .trial-request-light-blue-full-width-full-height-medium-no-padding-centered .heading-1,
.theme-research .trial-request-light-blue-full-width-full-height-medium-no-padding-centered h1 {
color: #d08770;
}
}