Tweaks for the Intranet
intranet by tomazt
Details
Authortomazt
LicenseNo License
Categoryintranet
Created
Updated
Size388 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name intranet
@version 20211202.09.49
@namespace userstyles.world/user/tomazt
@description Tweaks for the Intranet
@author tomazt
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://intranet/") {
body, .ms-WPBody {
font-size:150%;
}
h2, .ms-h2 {
font-weight: 500;
}
.ms-formbody {
width: 480px !important;
}
}