The link works fine for me
really? when i click the link it shows this for me
which I assume is the source code
I would try to build it myself but i really dont want to learn how to code in SCSS from scratch
First of all you need an extension to house your styles, such as the Stylus extension. Once you install that you can go back to the style page and it will prompt you to install it in the extension. Also, the real CSS doesnāt begin until ==/UserStyle== */, so the weird looking stuff is just information for the browser extension. The SCSS is already compiled to CSS
ahh i got it now thanks alot
No problem!
Oh, man. This is my new favorite thing.
I had no idea how easy it was to change the only thing that bugged me about this theme: wayyyyy less visual disambiguation between meaning questions and reading questions.
I highly, highly recommend the following to anyone else who needs as dramatic of a reminder as possible when youāre supposed to switch to āEnglishā mode and provide a meaning answer (vs. the Japanese reading):
-
Stylus menu ā Options
-
Click the gear icon next to Breeze Dark
-
Change the Review Meaning Background color to
#7e5202(a lower luminosity version of the gold Kanji Color). -
Leave the other defaults the hell alone. They are <chefs-kiss>Perfect</chefs-kiss>!
1.3.16 release
Fixed
- fixed styling of user synonyms
- decluttered style for āpatterns of useā tabs
- fixed answer field background in self-study quiz
@Rrwrex thanks for the trigger and code snippet for the Self-Study Quiz fix - it made things easier to figure out for me.
@Kumirei and @LupoMikti thanks for pointing me in the right direction with user synonyms.
FYI: Looks like the new extra study features breaks some things with breeze dark.
Yep - if you could find some time at some point soon to fix breeze dark with the extra study buttons Iād be eternally grateful @artemigos lmao ![]()
Hi, Iām slightly sick right now, but Iām estimating that Iām getting better already
I should be able to take a look sometime next week. Is the new feature big?
Good luck getting better! No rush for now ![]()
How useful it is will depend very much on your learning style: I personally donāt think Iāll be using the default Extra Study options, but Iām already loving it with the āExtra Study: Burned Itemsā script - itās like self-study quiz but in standard WaniKani review style. Still obviously missing lots compared to the self-study script (such as possibility of audio ā meaning questions) but it definitely has potential!
Get well. Nothing urgent.
The feature adds a new set of pages at www.wanikani.com/extra_study ā I canāt figure out a simple way to get stylus not to apply breeze dark to just those pages (lookahead regex patterns donāt seem to be supported).
Itās an odd problem. I havenāt spent much time looking at it but for some reason the entire menu-bar div hierarch disappears entirely like itās at a lower z-index (nothing there is visible or selectable, but it does take up space in the display layout). I donāt see anything with a higher z-index thoughā¦
As usual, writing down the problem led me to the crux of the issue, if not the fix.
The extra_study pages give a z-index of 1 to the parent container (.menu-bar). Breeze dark assigns a z-index of 100 to #stats and #summary-button, but these are children of .menu-bar. The end result is that the menu bar is hidden under everything.
This is the rule currently being applied:
#stats, #summary-button, #header-buttons {
color: #bcbcbc !important;
z-index: 100 !important;
}
Simply changing the rule to the following does the trick:
.menu-bar, #stats, #summary-button, #header-buttons {
color: #bcbcbc !important;
z-index: 100 !important;
}
That is, at line 1082 in the script, insert a line containing
.menu-bar,
Iāve not tested this thoroughly to ensure it doesnāt break anything on other pages.
Anyone have any idea how I could fix this blue outline around the checkbox in @Sinyavenās script with Breeze Dark?

I canāt seem to override this selector in Breeze Dark: input[type="checkbox"]:checked { border: 1px solid #1d99f3 !important; } on line 366, even using !important, with a higher specificity (the Audio Quiz scriptās .switch class) and placed after the CSS on line 366. I thought that would give my custom CSS higher priority, but apparently not!
Any ideas?
The script in question:
Iāll be working on the extra study stuff today, I can try to exclude this checkbox from breeze dark styling while Iām at it. Also, I need to catch up with popular user scripts - it seems that the extra study feature lead to a bunch of new, useful scripts ![]()
Thanks, I appreciate it
I didnāt want to trouble you, but my CSS knowledge is limited so I just couldnāt work it out!
Donāt worry, thatās what Iām here for ![]()
1.3.17 release
Fixed
- audio buttons in review and extra study now show up properly (color and visibility fix)
- top bar with title and buttons is now visible in extra study
- hiragana now has a readable text color in kana chart in extra study and review
- improved visibility of the question marks of the 2 new buttos starting extra study sessions
- inverted the colors of the extra study image on the dashboard
@Rrwrex your fix made it in as-is, thanks for the investigation
@Hubbit200 @Sinyaven Iāll check back again tomorrow and probably get the fix for the audio quiz checkbox
@artemigos Iāve added in breezy dark support for CIDWWA, but it blends into the background currently (see link). If you have the time, could you do something about that? Iāve added in the class ācidwwa-modalā onto the root modal element.
thanks man
Sorry, somehow i missed the notification about your message. Sure, Iāll take a look at it, maybe even tomorrow ![]()
År., 23 mar 2022, 01:01 użytkownik Gorbit99 via WaniKani Community <notifications@wanikanicommunity.discoursemail.com> napisaÅ:
