Skip to content

Instantly share code, notes, and snippets.

@d3n972
Last active November 13, 2022 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3n972/540b5bc5b3aa0fbfdc306e14f842f2e9 to your computer and use it in GitHub Desktop.
Save d3n972/540b5bc5b3aa0fbfdc306e14f842f2e9 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name 24.hu - Dark
@namespace github.com/d3n972/styles
@version 1.0.6
@description Opinioned 24.hu dark theme
@author d3n972
@
==/UserStyle== */
@-moz-document url-prefix("https://24.hu/") {
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
body,
.container.-mainContainer,
.sidebar,
.m-nonstopWidget__link,
.m-articleWidget__lead,
.m-articleWidget__link,
.m-widgetTitle.-txtTitle,
.top-banner-row,
.o-header,
.-categoryMenuInHeader .a-tag,
.m-articRecommend__cntWrap a,
.-morePosts .m-articleWidget__link,
.m-articleWidget__link,
.-morePosts .m-articleWidget__title,
.m-livePost__postLink,
.o-postCnt .m-authorRecommend__cntWrap ul li a,
.m-authorRecommend__title a,
.o-postCnt h2, .o-postCnt h3, .o-postCnt h4 {
color: #fefefe;
background: #111115;
font-family: 'Noto Sans';
}
h1,
h2,
h3,
h4,
h5,
h6,
.m-articRecommend__cntWrap a {
font-size: 1.5ch;
}
body,
.container.-mainContainer {
line-height: 1.2;
font-size: 3ch;
}
.m-social {
display: none;
}
.-postTitleOnImage .m-articleWidget__link{
background: transparent;
}
div[id^="hirstartbox-"] .pictureBox li .title{
color: #fefefe!important;
}
.a2blck-layer {
z-index: -1;
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment