save light mode
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user