issues
search
talisraeli
/
yeda
תבנית אתר בה ניתן ליצור מאגרי ידע בנושאים שונים בקלות ובלי הרבה ידע מוקדם.
https://yeda.talisrae.li/
MIT License
4
stars
1
forks
source link
Add light theme.
#10
Closed
talisraeli
closed
1 year ago
talisraeli
commented
1 year ago
[x] Add a theme context that stores theme data (light or dark theme". Set the default to browser's default theme.
[x] Store the data in local-storage, so the theme state won't change after refreshing the page.
[x] Create a theme toggle button in top bar of the website.
[x] Change the value of
html
tag
data-theme
attribute, based on theme state.
[x] Make a light theme color palette in
global.sass
.
html
tagdata-theme
attribute, based on theme state.global.sass
.