Ui experiments for marathon.bungie.org
My favorite way of visualizing this website.
Authorgabrel-s
LicenseNo License
Categorymarathon.bungie.org
Created
Updated
Size394 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Ui experiments for marathon.bungie.org
My favorite way of visualizing this website.
/* ==UserStyle==
@name marathon.bungie.org - 10/18/2022, 2:47:59 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://marathon.bungie.org/") {
/* Insert code here... */
body {
padding: 0;
margin: 0;
box-sizing: border-box;
}
table {
margin: auto;
}
}