Compare commits

..

No commits in common. "86cb38a70d4313912db21a8d643cd01477956afe" and "5b8b15905f51ad716c6c25e6914b4bcd5c583238" have entirely different histories.

4 changed files with 5 additions and 11 deletions

View File

@ -755,7 +755,3 @@
border-bottom: none !important;
}
}
.btn-octicon svg.svg.octicon-download {
width: 51px;
height: 56px;
}

4
css/dist/theme-od_overrides.css vendored Normal file
View File

@ -0,0 +1,4 @@
.btn-octicon svg.svg.octicon-download {
width: 51px;
height: 56px;
}

View File

@ -1,8 +1,3 @@
@media (prefers-color-scheme: dark) {
@import "theme-arc-green.less";
}
.btn-octicon svg.svg.octicon-download {
width: 51px;
height: 56px;
}

View File

@ -4,8 +4,7 @@
"description": "Opening Design Gitea theming",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"theme-od": "lessc css/less/themes/theme-od.less > css/dist/theme-od.css"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",