Use alternate stylesheets
Specify alternate stylesheets in the HTML template so that the user can pick a custom theme (light or dark) and override media blocks. This is useful for users who use the resistFingerprinting option in Firefox, as it makes the browser ignore media blocks. Alternate stylesheets are available by default with Firefox-based web browsers, but might not be available in other browsers.
This commit is contained in:
parent
ba5dba9664
commit
15f60d5dcb
5 changed files with 338 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>luca0N.com</title>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/luca0n.css" />
|
||||
|
||||
<link rel="alternate stylesheet" type="text/css" href="/assets/luca0n_theme_light.css" title="Claro" />
|
||||
<link rel="alternate stylesheet" type="text/css" href="/assets/luca0n_theme_dark.css" title="Escuro" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue