Skip to content

streamable.com/* by matyjb

Screenshot of streamable.com/*

Details

Authormatyjb

LicenseNo License

Categorystreamable

Created

Updated

Size680 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for streamable.com clip's site

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         streamable.com/*
@version      20220115.02.06
@namespace    userstyles.world/user/matyjb
@description  Dark mode for streamable.com clip's site
@author       matyjb
@license      No License
==/UserStyle== */

@-moz-document regexp("https:\\/\\/streamable\\.com\\/.+") {
#player.container {
    background-color: #212121;
}
#player.container .actions-section {
    background-color: #424242;
    border-top: 1px solid #323232;
}
#player.container .metadata {
    background-color: #616161;
}
#player.container #title {
    color: white;
}
#player.container #visits {
    color: white;
}
#player.container .actions-section .logo {
    opacity: 0.9
}
}

Reviews

No reviews yet.