Update to 1.7.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Gitea Dark ARC Green
|
@name Gitea Dark ARC Green
|
||||||
@namespace https://git.scriptfish.org/alex/Gitea-Dark-ARC-Green
|
@namespace https://git.scriptfish.org/alex/Gitea-Dark-ARC-Green
|
||||||
@version 1.6.3
|
@version 1.7.1
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
@-moz-document domain('git.scriptfish.org') {
|
@-moz-document domain('git.scriptfish.org') {
|
||||||
.hljs {
|
.hljs {
|
||||||
@@ -650,6 +650,11 @@
|
|||||||
.ui.menu.new-menu {
|
.ui.menu.new-menu {
|
||||||
background-color: #2a2e3a !important;
|
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 {
|
input {
|
||||||
background: #2e323e;
|
background: #2e323e;
|
||||||
}
|
}
|
||||||
@@ -977,4 +982,7 @@
|
|||||||
.ui.comments .comment .text {
|
.ui.comments .comment .text {
|
||||||
color: #9e9e9e;
|
color: #9e9e9e;
|
||||||
}
|
}
|
||||||
|
.heatmap-color-0 {
|
||||||
|
background-color: #2d303b;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Gitea Dark ARC Green
|
@name Gitea Dark ARC Green
|
||||||
@namespace https://git.scriptfish.org/alex/Gitea-Dark-ARC-Green
|
@namespace https://git.scriptfish.org/alex/Gitea-Dark-ARC-Green
|
||||||
@version 1.6.3
|
@version 1.7.1
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
|
|
||||||
@-moz-document domain('git.scriptfish.org') {
|
@-moz-document domain('git.scriptfish.org') {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"less": "^3.9.0"
|
"less": "^3.9.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"update-css": "bash -c './node_modules/cssbeautify/bin/cssbeautify <(curl -s 'https://raw.githubusercontent.com/go-gitea/gitea/v1.6.3/public/css/theme-arc-green.css') > theme-arc-green.css.less'",
|
"update-css": "bash -c './node_modules/cssbeautify/bin/cssbeautify <(curl -s 'https://raw.githubusercontent.com/go-gitea/gitea/v1.7.1/public/css/theme-arc-green.css') > theme-arc-green.css.less'",
|
||||||
"build": "./node_modules/less/bin/lessc gitea-dark-arc-green.user.css.less gitea-dark-arc-green.user.css"
|
"build": "./node_modules/less/bin/lessc gitea-dark-arc-green.user.css.less gitea-dark-arc-green.user.css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user