dark theme
dr.dk dark stylus by august903
Details
Authoraugust903
LicenseNo License
Categorydr.dk
Created
Updated
Size1.0 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 dr.dk dark stylus
@version 20211231.02.01
@namespace userstyles.world/user/august903
@description dark theme
@author august903
@license No License
==/UserStyle== */
@-moz-document domain("dr.dk") {
body {
background: #2f2f2fcf;
}
.hydra-latest-news-page-short-news__paragraph {
word-wrap: break-word;
--dre-line-height: 1.625;
color: #d5d4d4;
}
.hydra-latest-news-page-short-news {
background-color: #404040;
}
h2 {
color: #ff6a00;
}
.dre-boxed-button--transparent,
.dre-boxed-button--transparent-on-dark {
--dre-boxed-button__background-color: transparent;
border: 0.0625rem solid var(--dre-boxed-button__inner__border-color, transparent);
color: #db5100b8;
}
.hydra-latest-news-page-short-news__paragraph a {
color: #00e7ff;
}
}