About the H2O theme
About the H2O theme
Is it possible to fix the background and font colours used for text posted between spoiler tags? The contrast makes spoilers near impossible to read using this theme.
Re: About the H2O theme
The easiest solution is to get stylish for your browser and edit the style manually on client side. GreenHouse used to have a theme for FRF but he deleted it unfortunately. You can do this for the search box as well.
The fix on server side (by me) involves too many changes as it's not a theme specific change.
I might make a stylish theme myself but time is a luxury these days unfortunately
Re: About the H2O theme
Good idea, thanks.The easiest solution is to get stylish for your browser and edit the style manually on client side
Re: About the H2O theme
Works for me ...
Code: Select all
.spoiler-body{
background: #2D2D2D !important;
color: #fe0 !important;
}
-
- Expert Cheater
- Posts: 52
- Joined: Fri May 26, 2023 6:05 am
- Reputation: 7
Re: About the H2O theme
Would you share your theme pleasefade2gray wrote: ↑Mon Jul 01, 2024 12:01 pmWorks for me ...
Code: Select all
.spoiler-body{ background: #2D2D2D !important; color: #fe0 !important; }
Re: About the H2O theme
Code: Select all
/* Fixes for H2O theme */
/* For Spoilers */
.spoiler-body{
background: #2D2D2D !important;
color: #fe0 !important;
}
/* For the Google search field */
#gs_tti50 {
color: black !important
}
table.gstl_50:nth-child(3) {
color: black !important
}
Re: About the H2O theme
Code: Select all
@-moz-document domain("fearlessrevolution.com") {
/* Fixes for H2O theme */
/* For Spoilers */
.spoiler-body{
background: #2D2D2D !important;
color: #fe0 !important;
}
/* For the Google search field */
#gs_tti50 {
color: black !important
}
table.gstl_50:nth-child(3) {
color: black !important
}
}
Who is online
Users browsing this forum: No registered users