Improve Kent State University CS professors' home pages.
Kent CS Pages by Monster0506
Details
AuthorMonster0506
LicenseNo License
Categorycs.kent.edu
Created
Updated
Code size426 B
Code checksum2d05d5d7
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Kent CS Pages
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Improve Kent State University CS professors' home pages.
@author Me
==/UserStyle== */
@-moz-document regexp("cs.kent.edu") {
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px
}
h1,
h2,
h3 {
line-height: 1.2
}
}