Update to 1.7.1

This commit is contained in:
Alexander Weidinger
2019-02-04 17:27:05 +01:00
parent d9492fc640
commit 4db322c73f
3 changed files with 11 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Gitea Dark ARC Green
@namespace https://git.scriptfish.org/alex/Gitea-Dark-ARC-Green
@version 1.6.3
@version 1.7.1
==/UserStyle== */
@-moz-document domain('git.scriptfish.org') {
.hljs {
@@ -650,6 +650,11 @@
.ui.menu.new-menu {
background-color: #2a2e3a !important;
}
@media only screen and (max-width: 1200px) {
.ui.menu.new-menu:after {
background-image: linear-gradient(to right, rgba(42, 46, 42, 0), #2a2e2a 100%);
}
}
input {
background: #2e323e;
}
@@ -977,4 +982,7 @@
.ui.comments .comment .text {
color: #9e9e9e;
}
.heatmap-color-0 {
background-color: #2d303b;
}
}