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==
|
||||
@name Gruvbox for Headscale-UI
|
||||
@namespace git.m3.fyi/Marsn3
|
||||
@version 1.0.2
|
||||
@version 1.0.3
|
||||
@description A dark Theme for Headscale-UI
|
||||
@author Marsn3
|
||||
@homepageURL https://git.m3.fyi/Marsn3/userstyles
|
||||
|
|
@ -10,6 +10,9 @@
|
|||
==/UserStyle== */
|
||||
|
||||
@-moz-document domain("vpn.m3.fyi") {
|
||||
.modal-trigger {
|
||||
color: var(--yellow);
|
||||
}
|
||||
img[src="static/img/headscale3-dots.png"] {
|
||||
filter: invert(100%) sepia(100%);
|
||||
-webkit-filter: invert(100%) sepia(100%);
|
||||
|
|
@ -69,9 +72,9 @@
|
|||
nav ul a:hover {
|
||||
background-color: rgba(40, 40, 40, 0.1);
|
||||
}
|
||||
|
||||
.orange-text,
|
||||
.yellow-text,
|
||||
.modal-trigger {
|
||||
.yellow-text {
|
||||
color: var(--yellow) !important;
|
||||
}
|
||||
.card
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue