Make font size bigger in exercises content.
PentesterLab exercises content bigger font by noraj

Details
Authornoraj
LicenseMIT
Categorypentesterlab.com
Created
Updated
Code size451 B
Code checksumb380ed6c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name PentesterLab exercises content bigger font
@version 1.0.0
@namespace github.com/openstyles/stylus
@description Make font size bigger in exercises content.
@license MIT
@author Alexandre ZANNI (a.k.a. noraj)
==/UserStyle== */
@-moz-document url-prefix("https://pentesterlab.com/exercises/") {
div.container-fluid div.row:nth-child(5) {
font-size: larger !important;
}
}