Move overrides into od theme

main
Jack F 6 months ago
parent b96306a4b6
commit 86cb38a70d
  1. 4
      css/dist/theme-od.css
  2. 4
      css/dist/theme-od_overrides.css
  3. 5
      css/less/themes/theme-od.less

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

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

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

Loading…
Cancel
Save