diff --git a/src/js/check-theme.js b/src/js/check-theme.js index 878c02d..42615a0 100644 --- a/src/js/check-theme.js +++ b/src/js/check-theme.js @@ -12,22 +12,14 @@ function getStyle(themeInfo) { document.getElementById('current-tab').style.color=themeInfo.colors.tab_background_text; - const headers = document.getElementsByTagName('h3'); - for (var i = 0; i < headers.length; i++) { - headers[i].style.color =themeInfo.colors.tab_background_text; + const colorChangingText = document.getElementsByClassName("tabBackgroundText"); + for (var i = 0; i < colorChangingText.length; i++) { + colorChangingText[i].style.color =themeInfo.colors.tab_background_text; } - const paras= document.getElementsByTagName('p'); - for (var i = 0; i < paras.length; i++) { - paras[i].style.color =themeInfo.colors.tab_background_text; - } - + document.getElementById('sort-containers-link').style.color=themeInfo.colors.tab_background_text; - - var legends1= document.getElementsByTagName('legend'); - for (var i = 0; i < legends1.length; i++) { - legends1[i].style.color =themeInfo.colors.tab_background_text; - } + } diff --git a/src/popup.html b/src/popup.html index df73794..8b58514 100644 --- a/src/popup.html +++ b/src/popup.html @@ -9,8 +9,8 @@
Container Tabs Overview -

A better way to manage all the things you do online

-

+

A better way to manage all the things you do online

+

Use containers to organize tasks, manage accounts, and keep your focus where you want it.

Get Started @@ -18,8 +18,8 @@
Container Tabs Overview -

A simple and secure way to manage your online life

-

+

A simple and secure way to manage your online life

+

Use containers to organize tasks, manage accounts, and store sensitive data.

Get Started @@ -27,51 +27,51 @@
How Containers Work -

Put containers to work for you.

-

Features like color-coding and separate container tabs help you find things easily, focus your attention, and minimize distractions.

+

Put containers to work for you.

+

Features like color-coding and separate container tabs help you find things easily, focus your attention, and minimize distractions.

Next
How Containers Work -

Put containers to work for you.

-

Color-coding helps you categorize your online life, find things easily, and minimize distractions.

+

Put containers to work for you.

+

Color-coding helps you categorize your online life, find things easily, and minimize distractions.

Next
How Containers Work -

A place for everything, and everything in its place.

-

Start with the containers we've created, or create your own.

+

A place for everything, and everything in its place.

+

Start with the containers we've created, or create your own.

Next
How Containers Work -

Set boundaries for your browsing.

-

Cookies are stored within a container, so you can segment sensitive data and browsing history to stay organized and to limit the impact of online trackers.

+

Set boundaries for your browsing.

+

Cookies are stored within a container, so you can segment sensitive data and browsing history to stay organized and to limit the impact of online trackers.

Next
How to assign sites to containers -

Always open sites in the containers you want.

-

Right-click inside a container tab to assign the site to always open in the container.

+

Always open sites in the containers you want.

+

Right-click inside a container tab to assign the site to always open in the container.

Next
Long-press the New Tab button to create a new container tab. -

Container tabs when you need them.

-

Long-press the New Tab button to create a new container tab.

+

Container tabs when you need them.

+

Long-press the New Tab button to create a new container tab.

Done