diff --git a/script.user.js b/script.user.js index a14112d..ae7cda3 100644 --- a/script.user.js +++ b/script.user.js @@ -81,6 +81,10 @@ opacity: 1; .ui-slider { background: black; } +/* home */ +.jumbotron { +background-color: #00457d; +} `; document.head.appendChild(style);