1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 03:48:47 +02:00

Add dark theme based on browser preference

This commit is contained in:
Emmy D'Anello
2023-02-20 23:02:09 +01:00
parent 91d39b44a2
commit ff414ea046
13 changed files with 75 additions and 36 deletions

View File

@ -14,8 +14,18 @@
sodipodi:docname="logo.svg"
width="30.311995"
height="9.7779999"
style="fill:black"
inkscape:version="0.92.2 2405546, 2018-03-11">
<style>
path {
fill: black;
}
@media (prefers-color-scheme: dark) {
path {
fill: white;
}
}
</style>
<metadata
id="metadata31">
<rdf:RDF>

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB