We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1345c commit 7772302Copy full SHA for 7772302
routes/theme.py
@@ -4,5 +4,4 @@
4
5
def theme_selection():
6
theme_preference = request.cookies.get('theme', 'light') # Default to 'light' if cookie not found
7
- theme_css = theme_preference + "_theme"
8
- return theme_css
+ return theme_preference + "_theme"
0 commit comments