Like the title says
Fast.com Dark Theme by magnum22
Details
Authormagnum22
LicenseNo License
Categoryfast.com
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fast.com Dark Theme
@version 20230104.21.40
@namespace userstyles.world/user/magnum22
@description Like the title says
@author magnum22
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://fast.com/") {
html, body {
background-color: #111;
}
div.logo {background: url(https://autumn.revolt.chat/attachments/3BlAt5jqYDSzsH17vkrIfYrAQhS3_hTtnRcA8GihCp/new-logo-vert-37861c-white-text.svg) no-repeat,linear-gradient(transparent,transparent);}
div.powered-by {
background: url(https://autumn.revolt.chat/attachments/erwkd6bQHvSDzZ2SjlmJjGfUZV74uCI8EewMZZgR3r/poweredby-865a3b-white-text.svg) no-repeat center,linear-gradient(transparent,transparent);
}
body {
background-color: #111;
color: #c8c8c8;
}
.dropbtn {
background-color: rgba(255, 255, 255, 0);
color: #dde0e0;
}
.privacy-link-container {
color: #dde0e0;
}
.your-speed-message {
color: #dde0e0;
}
.speed-results-container.succeeded {
color: #dde0e0;
}
.speed-units-container.succeeded {
color: #dde0e0;
}
.extra-measurement-value-container.succeeded {
color: #dde0e0;
}
.extra-details-container.succeeded {
color: #dde0e0;
}
.speed-progress-indicator.succeeded {
color: #dde0e0;
}
.speed-results-container.failed {
color: #dde0e0;
}
.speed-units-container.failed {
color: #dde0e0;
}
.speed-progress-indicator.failed {
color: #dde0e0;
}
.extra-measurement-container.succeeded {
color: #dde0e0;
}
.test-config-container {
color: #dde0e0;
}
.measurement-details-label.succeeded {
color: #949698;
}
}