update icon
@ -1,10 +1,10 @@
|
|||||||
[](https://zombiefox.github.io/nightTab/)
|
# [](https://zombiefox.github.io/nightTab/)
|
||||||
|
|
||||||
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab -- a custom start page.
|
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab -- a custom start page.
|
||||||
|
|
||||||
| [See the demo in action](https://zombiefox.github.io/nightTab/) | [Install nightTab Extension](https://chrome.google.com/webstore/detail/nighttab/hdpcadigjkbcpnlcpbcohpafiaefanki) | [Install nightTab Add On](https://addons.mozilla.org/en-GB/firefox/addon/nighttab/) | [Buy me a coffee](https://www.buymeacoffee.com/zombieFox/) | [Join the community](https://www.reddit.com/r/nighttab/) |
|
| [See the demo in action](https://zombiefox.github.io/nightTab/) | [Install nightTab Extension](https://chrome.google.com/webstore/detail/nighttab/hdpcadigjkbcpnlcpbcohpafiaefanki) | [Install nightTab Add On](https://addons.mozilla.org/en-GB/firefox/addon/nighttab/) | [Buy me a coffee](https://www.buymeacoffee.com/zombieFox/) | [Join the community](https://www.reddit.com/r/nighttab/) |
|
||||||
|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|
|
|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|
|
||||||
| [<img src="./src/icon/icon-512.svg" width="48px" height="48px">](https://zombiefox.github.io/nightTab/) | [](https://chrome.google.com/webstore/detail/nighttab/hdpcadigjkbcpnlcpbcohpafiaefanki) | [](https://addons.mozilla.org/en-GB/firefox/addon/nighttab/) | [](https://www.buymeacoffee.com/zombieFox/) | [](https://www.reddit.com/r/nighttab/) |
|
| [<img src="./src/icon/icon-48.png" width="48px" height="48px">](https://zombiefox.github.io/nightTab/) | [](https://chrome.google.com/webstore/detail/nighttab/hdpcadigjkbcpnlcpbcohpafiaefanki) | [](https://addons.mozilla.org/en-GB/firefox/addon/nighttab/) | [](https://www.buymeacoffee.com/zombieFox/) | [](https://www.reddit.com/r/nighttab/) |
|
||||||
|
|
||||||
# Support
|
# Support
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 995 B |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
@ -1,27 +1,27 @@
|
|||||||
<svg width="512" height="512" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
<svg viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
<style>
|
<style>
|
||||||
.cross {
|
.cross {
|
||||||
fill: #ffffff;
|
fill: #939BAE;
|
||||||
}
|
}
|
||||||
.circle {
|
.circle {
|
||||||
fill: #000000;
|
fill: #252931;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
.cross {
|
.cross {
|
||||||
fill: #ffffff;
|
fill: #939BAE;
|
||||||
}
|
}
|
||||||
.circle {
|
.circle {
|
||||||
fill: #000000;
|
fill: #252931;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.cross {
|
.cross {
|
||||||
fill: #000000;
|
fill: #252931;
|
||||||
}
|
}
|
||||||
.circle {
|
.circle {
|
||||||
fill: #ffffff;
|
fill: #939BAE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 888 B |