Use gitea version; Update to 1.6.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* ==UserStyle==
|
||||
@name Gitea Dark ARC Green
|
||||
@namespace https://git.scriptfish.org/alex/Gitea-Dark-ARC-Green
|
||||
@version 0.0.2
|
||||
@version 1.6.3
|
||||
==/UserStyle== */
|
||||
@-moz-document domain('git.scriptfish.org') {
|
||||
.hljs {
|
||||
@@ -650,11 +650,6 @@
|
||||
.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;
|
||||
}
|
||||
@@ -982,7 +977,4 @@
|
||||
.ui.comments .comment .text {
|
||||
color: #9e9e9e;
|
||||
}
|
||||
.heatmap-color-0 {
|
||||
background-color: #2d303b;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* ==UserStyle==
|
||||
@name Gitea Dark ARC Green
|
||||
@namespace https://git.scriptfish.org/alex/Gitea-Dark-ARC-Green
|
||||
@version 0.0.2
|
||||
@version 1.6.3
|
||||
==/UserStyle== */
|
||||
|
||||
@-moz-document domain('git.scriptfish.org') {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"less": "^3.9.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user