Then, instead of having to write "/*[[background]]*/" everywhere you could just define a variable in :root and reference that in your styles. For example
:root {
--background: "/*[[background]]*/"; /* this is a CSS variable */
--text-color: "/*[[main text]]*/"; /* this is also a CSS variable */
}
div {
background-image: var(--background); /* this is how you reference your variables */
color: var(--text-color);
}
I wish it was just a tad bit darker, but you know what, I think I like it. Anything other than the bright white page. And the other theme Iāve been using recently had some issues. Nice work!
Big Improvement guys! Radicals can now be seen even with blue text. a lot of blue and dark colours have been added all over the place! and Time line has been slimmed a little.
also can someone please make this in to a high res gift? maybe bouncing or spinning, may one with just the circle part and and another with the writing included. If possible I would like to add it to the loading screen thanks.
I think I agree with that, actually. But I do like the outlines. If you donāt want to fix it every time it updates, then I suggest you put the fixes in a separate style as a permanent fix
Is there a way to change the font color of the kanji progress bar? Right now it is blue font in a bright pink bar
Unrelated but I recently downloaded some scripts that are clashing with the theme. Theme looks very nice on its own , but Iāll let you know what scripts might be causing an issue when I figure it out myself.
screenshots? Or could you add like a little blog or something so people can easily keep track of your updates/ what you updated. I donāt see anything here and on the userstyles.org website thereās just āLots of new improvements!ā Just little details like āimproved look of search barā āadded blue text to review forecastā and so on will help people to get a quick rundown of the changes. Atm Iāve got to play spot the difference and may not fully appreciate the changes youāve made because I might miss them.
I think the script doesnāt seem to be jiving well the critical review countdown. It looks fine before review but after review this is what the top of the screen looks like (to the right of that JLPT progress bar)
This whole thread is sort of a blog itās self. I have given you screen shots for most changes. there were only a few times I didnāt because I was too tired. If I were to screen shoot every single change I make. it would take a lot longer to update. I kept you in mind while updating the script, and update yours a few times. but it got a bit too much to keep updating your script every time added a border to something.
if you want to update your script with everything I changed from your last time I updated your script?
copy the ;last header which is this ā#reviews-summary#review-stats [id*=āreview-stats-ā]ā
go to the latest script I updated pres ctrl f and search for that line, and then coppy and paste everything below it. and paste into your own script. but there will be the boxes on a lot of things you donāt like.
you could ctrl f the word āborderā and just delete every line that has border in it, you donāt like them so much?
Like I said Iām not a coder so it takes me hours to figure a lot of things out. and sometimes I canāt figure it out. .in my heart I want you to be happy, with the changes I make and I have taken on your suggestions when editing.
maybe you should try to figure out how to make changes yourself? and then it can be a lot more the way you want it.