Compare commits

...

2 Commits

Author SHA1 Message Date
Jack F 86cb38a70d Move overrides into od theme 2022-10-05 15:38:31 +13:00
Jack F b96306a4b6 Add theme-od script to package.json 2022-10-05 15:38:07 +13:00
4 changed files with 11 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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