Skip to content

Commit

Permalink
fix: πŸ› enforce light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfskaempf committed Apr 3, 2024
1 parent 0109d19 commit 09e5507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percvre/vitae/templates/vitae/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load i18n %}
<!DOCTYPE html>
{% get_current_language as LANGUAGE_CODE %}
<html lang="{{ LANGUAGE_CODE }}">
<html lang="{{ LANGUAGE_CODE }}" data-theme="light">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down

0 comments on commit 09e5507

Please sign in to comment.