Update version to 1.0.3 and add yellow color to modal-trigger in Gruvbox for Headscale-UI userstyle

This commit is contained in:
Mars Niermann 2023-03-29 21:38:49 +02:00
parent 2fe8a1dd03
commit 65f9bdcc47
No known key found for this signature in database
GPG key ID: B2D0FC62A74FC971

View file

@ -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