Update main page after 4.0 release
This commit is contained in:
1018
index.html
1018
index.html
File diff suppressed because it is too large
Load Diff
@@ -109,7 +109,7 @@ const EnhancedMinimalHeader = ({
|
|||||||
React.createElement('p', {
|
React.createElement('p', {
|
||||||
key: 'subtitle',
|
key: 'subtitle',
|
||||||
className: 'text-xs sm:text-sm text-muted hidden sm:block'
|
className: 'text-xs sm:text-sm text-muted hidden sm:block'
|
||||||
}, 'End-to-end freedom')
|
}, 'End-to-end freedom. v4.0.02.12')
|
||||||
])
|
])
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ body {
|
|||||||
background-color: rgb(37 38 37) !important;
|
background-color: rgb(37 38 37) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-my{
|
||||||
|
background-color: rgb(26 26 26);
|
||||||
|
}
|
||||||
|
|
||||||
.bg-header {
|
.bg-header {
|
||||||
background-color: rgb(35 35 35) !important;
|
background-color: rgb(35 35 35) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user