save light mode

This commit is contained in:
2024-12-01 14:53:25 +01:00
parent 139bbbcf32
commit e64f45bd21
6 changed files with 31 additions and 8 deletions

View File

@@ -29,7 +29,10 @@ html, body {
--color-box-hover-dark-border: #5f5f5f;
--color-box: #e0e0e0;
--color-box-hover: #f1f1f1;
}
* {
transition: color,background-color ease-out 300ms;
}
body.dark {
@@ -50,8 +53,12 @@ body.dark {
--color-p-dark-active: #464646;
--color-title-light: #fafafa;
--color-title-dark: #282828;
--color-box: #464646;
--color-box-hover: #5f5f5f;
}
html, body {
position: relative;
width: 100%;
height: 100%;
}
#dropdowns {