mirror of
https://github.com/minetestblog/minetestblog.github.io.git
synced 2025-07-08 07:18:56 +02:00
More precise values.
This commit is contained in:
parent
7dea023089
commit
5e3b411900
@ -21,7 +21,7 @@ const LightTheme = {
|
|||||||
'--table-header-color': '#fefefe',
|
'--table-header-color': '#fefefe',
|
||||||
'--shadow-color': 'rgba(0, 0, 0, 0.1)',
|
'--shadow-color': 'rgba(0, 0, 0, 0.1)',
|
||||||
'--invert-logo-color': 'invert(0)',
|
'--invert-logo-color': 'invert(0)',
|
||||||
'--invert-social-logo': 'invert(0)',
|
'--invert-social-logo': 'invert(0%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(95%) contrast(105%)',
|
||||||
themeName: 'LightTheme'
|
themeName: 'LightTheme'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ const NightTheme = {
|
|||||||
'--table-header-color': '#505050',
|
'--table-header-color': '#505050',
|
||||||
'--shadow-color': 'rgba(255, 255, 255, 0.1)',
|
'--shadow-color': 'rgba(255, 255, 255, 0.1)',
|
||||||
'--invert-logo-color': 'invert(0)',
|
'--invert-logo-color': 'invert(0)',
|
||||||
'--invert-social-logo': 'invert(100%)',
|
'--invert-social-logo': 'invert(84%) sepia(99%) saturate(45%) hue-rotate(227deg) brightness(118%) contrast(89%)',
|
||||||
themeName: 'NightTheme'
|
themeName: 'NightTheme'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user