Move overrides into od theme

This commit is contained in:
Jack F 2022-10-05 15:38:31 +13:00
parent b96306a4b6
commit 86cb38a70d
3 changed files with 9 additions and 4 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;
}