mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-25 07:19:13 +01:00
[design] improve menu nav colour contrast
This commit is contained in:
parent
01dc2c2fb3
commit
88a3c0572d
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightTab",
|
||||
"version": "5.13.0",
|
||||
"version": "5.14.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightTab",
|
||||
"version": "5.13.0",
|
||||
"version": "5.14.0",
|
||||
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -159,7 +159,7 @@
|
||||
}
|
||||
|
||||
.menu-nav {
|
||||
background-color: rgba(var(--theme-color-02), 0.25);
|
||||
background-color: rgb(var(--theme-color-02));
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 2;
|
||||
grid-row-start: 1;
|
||||
@ -216,7 +216,7 @@
|
||||
}
|
||||
|
||||
.menu-subnav {
|
||||
background-color: rgb(var(--theme-color-02));
|
||||
background-color: rgb(var(--theme-color-03));
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
@ -247,6 +247,15 @@
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.menu-nav-sub:focus,
|
||||
.menu-nav-sub:hover {
|
||||
background-color: rgb(var(--theme-color-04));
|
||||
}
|
||||
|
||||
.menu-nav-sub:active {
|
||||
background-color: rgb(var(--theme-color-05));
|
||||
}
|
||||
|
||||
.menu-nav-sub:after,
|
||||
.menu-nav-sub:after {
|
||||
background-color: transparent;
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "5.13.0";
|
||||
var current = "5.14.0";
|
||||
|
||||
var name = "Zonked Tarsier";
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "nightTab",
|
||||
"short_name": "nightTab",
|
||||
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
||||
"version": "5.13.0",
|
||||
"version": "5.14.0",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user