Sync colors with Firefox default dark theme.
Pikabu Firefox Dark Theme by cola460
Details
Authorcola460
LicenseNo License
Categorypikabu.ru
Created
Updated
Size460 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 Pikabu Firefox Dark Theme
@version 20211228.05.45
@namespace userstyles.world/user/cola460
@description Sync colors with Firefox default dark theme.
@author cola460
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://pikabu.ru/") {
html[data-theme-dark] {
--color-bright-800:#2b2a33;
--color-black-440: #2b2a33;
--color-black-300: #1c1b22;
--color-black-200: #1c1b22;
}
}