[design] improve menu nav colour contrast

This commit is contained in:
zombieFox 2020-04-20 15:19:26 +01:00
parent 01dc2c2fb3
commit 88a3c0572d
5 changed files with 15 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.13.0",
"version": "5.14.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

@ -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;

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.13.0";
var current = "5.14.0";
var name = "Zonked Tarsier";

View File

@ -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"