Update version to 1.0.3 and add yellow color to modal-trigger in Gruvbox for Headscale-UI userstyle
This commit is contained in:
parent
2fe8a1dd03
commit
65f9bdcc47
1 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Gruvbox for Headscale-UI
|
@name Gruvbox for Headscale-UI
|
||||||
@namespace git.m3.fyi/Marsn3
|
@namespace git.m3.fyi/Marsn3
|
||||||
@version 1.0.2
|
@version 1.0.3
|
||||||
@description A dark Theme for Headscale-UI
|
@description A dark Theme for Headscale-UI
|
||||||
@author Marsn3
|
@author Marsn3
|
||||||
@homepageURL https://git.m3.fyi/Marsn3/userstyles
|
@homepageURL https://git.m3.fyi/Marsn3/userstyles
|
||||||
|
|
@ -10,6 +10,9 @@
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
|
|
||||||
@-moz-document domain("vpn.m3.fyi") {
|
@-moz-document domain("vpn.m3.fyi") {
|
||||||
|
.modal-trigger {
|
||||||
|
color: var(--yellow);
|
||||||
|
}
|
||||||
img[src="static/img/headscale3-dots.png"] {
|
img[src="static/img/headscale3-dots.png"] {
|
||||||
filter: invert(100%) sepia(100%);
|
filter: invert(100%) sepia(100%);
|
||||||
-webkit-filter: invert(100%) sepia(100%);
|
-webkit-filter: invert(100%) sepia(100%);
|
||||||
|
|
@ -69,9 +72,9 @@
|
||||||
nav ul a:hover {
|
nav ul a:hover {
|
||||||
background-color: rgba(40, 40, 40, 0.1);
|
background-color: rgba(40, 40, 40, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.orange-text,
|
.orange-text,
|
||||||
.yellow-text,
|
.yellow-text {
|
||||||
.modal-trigger {
|
|
||||||
color: var(--yellow) !important;
|
color: var(--yellow) !important;
|
||||||
}
|
}
|
||||||
.card
|
.card
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue