mirror of
https://github.com/nkcmr/HyperTab.git
synced 2026-03-30 06:11:48 +02:00
dark mode + a bit more polish
This commit is contained in:
31
popup.css
31
popup.css
@@ -140,6 +140,33 @@ body {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
/* Dark Mode styles go here. */
|
||||
.ht-tab:hover {
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.ht-tab-location {
|
||||
color: #e9e9e9;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #2b2b2b;
|
||||
color: #f2f2f2;
|
||||
}
|
||||
|
||||
.ht-search-wrapper .ht-search-input {
|
||||
background-color: #2b2b2b;
|
||||
}
|
||||
|
||||
.ht-tab-location {
|
||||
color: #e9e9e9;
|
||||
}
|
||||
|
||||
.ht-tab:hover {
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user