Use gitea version; Update to 1.6.3

This commit is contained in:
Alexander Weidinger
2019-01-11 20:27:57 +01:00
parent 9beb51b8fe
commit d9492fc640
3 changed files with 3 additions and 11 deletions

View File

@@ -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 0.0.2 @version 1.6.3
==/UserStyle== */ ==/UserStyle== */
@-moz-document domain('git.scriptfish.org') { @-moz-document domain('git.scriptfish.org') {
.hljs { .hljs {
@@ -650,11 +650,6 @@
.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;
} }
@@ -982,7 +977,4 @@
.ui.comments .comment .text { .ui.comments .comment .text {
color: #9e9e9e; color: #9e9e9e;
} }
.heatmap-color-0 {
background-color: #2d303b;
}
} }

View File

@@ -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 0.0.2 @version 1.6.3
==/UserStyle== */ ==/UserStyle== */
@-moz-document domain('git.scriptfish.org') { @-moz-document domain('git.scriptfish.org') {

View File

@@ -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/master/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.6.3/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"
} }
} }