dark-gogs.dev.css 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175
  1. /* System */
  2. html {
  3. color-scheme: dark;
  4. }
  5. /* Main */
  6. body {
  7. background-color: #0d1117 !important;
  8. color: #c9d1d9;
  9. }
  10. body:not(.full-width) {
  11. background-color: #0d1117 !important;
  12. }
  13. footer {
  14. background-color: #161b22;
  15. border-top: 1px solid #161b22;
  16. color: #c9d1d9;
  17. }
  18. footer .container .fa {
  19. color: #58a6ff;
  20. }
  21. a {
  22. color: #58a6ff;
  23. }
  24. a:hover {
  25. color: #58a6ff;
  26. opacity: 0.6;
  27. }
  28. hr {
  29. background-color: #30363d !important;
  30. }
  31. .full.height {
  32. margin: 53px 0 -80px 0 !important;
  33. }
  34. .following.bar.light {
  35. position: fixed;
  36. top: 0px;
  37. }
  38. .ui.attached.header .right .button {
  39. color: #fff !important;
  40. }
  41. .ui.top.attached.header {
  42. background: #21262d !important;
  43. border-color: #30363d !important;
  44. color: #e7e7e7 !important;
  45. }
  46. .ui.table thead th {
  47. background: #21262d !important;
  48. border-color: #21262d !important;
  49. color: #e7e7e7 !important;
  50. }
  51. three.wide.text.grey.right.age,
  52. .time-since.poping.up {
  53. color: #e7e7e7 !important;
  54. }
  55. .ui.dropdown .menu {
  56. background: #161b22 !important;
  57. border: 1px solid #30363d;
  58. }
  59. /* Navigation */
  60. .ui.menu .ui.dropdown .menu > .item {
  61. color: rgba(255, 255, 255, 0.9) !important;
  62. }
  63. .following.bar.light {
  64. background-color: #161b22;
  65. border-bottom: 1px solid #28313d;
  66. }
  67. .ui.secondary.menu .active.item {
  68. background-color: #0d1117;
  69. color: #c9d1d9;
  70. font-weight: bold;
  71. }
  72. .ui.menu .item {
  73. color: #c9d1d9;
  74. }
  75. .ui.menu {
  76. background: #161b22;
  77. border: none;
  78. }
  79. .repository .milestone.list > .item > a {
  80. color: #fff;
  81. }
  82. .issue.list > .item .desc a.milestone:hover {
  83. color: #fff !important;
  84. }
  85. .repository .metas .ui.list a .text {
  86. color: #fff;
  87. }
  88. h2 a.anchor .octicon.octicon-link {
  89. color: #fff;
  90. }
  91. .following.bar .top.menu a.item:hover {
  92. color: #b4b7b4;
  93. }
  94. .ui .text.black {
  95. color: #c9d1d9;
  96. }
  97. .context.user.overflow.menu.transition {
  98. background-color: #343544;
  99. color: lightgrey !important;
  100. }
  101. .ui.dropdown .menu > .header {
  102. color: rgba(255, 255, 255, 0.9);
  103. }
  104. .overflow.menu .items .item:hover {
  105. color: rgba(255, 255, 255, 0.9);
  106. }
  107. .overflow.menu .items .item {
  108. color: rgba(255, 255, 255, 0.9) !important;
  109. }
  110. .ui.dropdown .menu > .item {
  111. color: #fff !important;
  112. }
  113. .repository .filter.dropdown .menu {
  114. background-color: #161b22 !important;
  115. color: lightgrey !important;
  116. }
  117. .ui.menu .ui.dropdown .menu > .active.item {
  118. color: rgb(73, 95, 140) !important;
  119. }
  120. .ui.icon.input > input {
  121. background-color: #222831 !important;
  122. border: none !important;
  123. color: lightgrey;
  124. }
  125. .reference.column .text.black {
  126. color: #fff !important;
  127. }
  128. .ui.menu .ui.dropdown .menu > .item:hover,
  129. .ui.menu .ui.dropdown .menu > .selected.item,
  130. #branch-list {
  131. background-color: #1f6feb !important;
  132. color: #fff !important;
  133. }
  134. .filter.icon {
  135. color: #fff;
  136. }
  137. /* Home */
  138. .home a {
  139. color: #7ee787;
  140. }
  141. .home .hero .octicon {
  142. color: #7ee787;
  143. }
  144. .ui.header {
  145. color: #c9d1d9;
  146. }
  147. .feeds .list ul li.private {
  148. background-color: #161b22;
  149. border-bottom: none;
  150. }
  151. .feeds .list ul li:not(:last-child) {
  152. border-bottom: 1px solid #161b22;
  153. }
  154. .ui.accordion .title:not(.ui) {
  155. color: #c9d1d9;
  156. }
  157. #auth_password {
  158. background: #161b22;
  159. color: #c9d1d9;
  160. }
  161. .ui.checkbox label:hover,
  162. .ui.checkbox+label:hover {
  163. color: #c9d1d9;
  164. opacity: 0.6;
  165. }
  166. .ui.secondary.menu .dropdown.item:hover,
  167. .ui.secondary.menu .link.item:hover,
  168. .ui.secondary.menu a.item:hover {
  169. color: rgba(224, 224, 224, 0.6);
  170. }
  171. /* Explore */
  172. .ui.vertical.menu {
  173. background-color: #161b22;
  174. }
  175. .ui.vertical.menu .header.item {
  176. background-color: #161b22;
  177. }
  178. .ui.vertical.menu .active.item {
  179. background-color: #161b22;
  180. }
  181. .ui.menu .active.item {
  182. background: #161b22;
  183. color: #c9d1d9;
  184. }
  185. .ui.menu a.item:hover {
  186. background-color: #161b22;
  187. color: #fff;
  188. }
  189. .ui.repository.list .item:not(:first-child) {
  190. border-top: 1px solid #161b22;
  191. }
  192. .ui.menu .active.item:hover,
  193. .ui.vertical.menu .active.item:hover {
  194. background-color: #161b22;
  195. color: #c9d1d9;
  196. }
  197. .ui.form input:not([type]),
  198. .ui.form input:not([type]):focus,
  199. .repository.new.migrate #auth_password,
  200. .repository.new.migrate #auth_password:focus {
  201. background-color: #010409 !important;
  202. color: #b4b7b4;
  203. }
  204. .ui.form input:not([type]):focus {
  205. border-bottom-color: #58a6ff;
  206. border-left-color: #58a6ff;
  207. border-top-color: #58a6ff;
  208. color: #c9d1d9;
  209. }
  210. .ui.list .list>.item .description,
  211. .ui.list>.item .description {
  212. color: #969896;
  213. }
  214. .ui.repository.list .item .time {
  215. color: #969896;
  216. }
  217. .ui .text.grey {
  218. color: #969896 !important;
  219. }
  220. .ui.user.list .item:not(:first-child) {
  221. border-top: 1px solid #161b22;
  222. }
  223. .ui.divider:not(.vertical):not(.horizontal) {
  224. border-bottom: 1px solid #28313d;
  225. }
  226. .ui.list .list>.item .header,
  227. .ui.list>.item .header {
  228. color: #c9d1d9;
  229. }
  230. .ui.pagination.menu .active.item {
  231. background-color: #161b22;
  232. color: #c9d1d9;
  233. }
  234. .ui.menu .item.disabled,
  235. .ui.menu:hover .item.disabled:hover {
  236. color: #c9d1d9;
  237. }
  238. .ui.menu:hover .item.disabled:hover {
  239. background-color: #161b22 !important;
  240. }
  241. .ui.user.list .item .description a {
  242. color: #58a6ff !important;
  243. }
  244. .ui.sha.label,
  245. a.ui.label:hover,
  246. a.ui.labels .label:hover {
  247. background-color: #454a57;
  248. color: #d7d7d7;
  249. }
  250. .ui.breadcrumb a.section {
  251. display: none;
  252. }
  253. #search-repo-box .results .item:hover,
  254. #search-user-box .results .item:hover {
  255. color: rgb(152, 165, 201) !important;
  256. }
  257. /* Repos */
  258. .repository .header-wrapper {
  259. background-color: #161b22;
  260. }
  261. .ui.basic.button,
  262. .ui.basic.buttons .button {
  263. color: #c9d1d9 !important;
  264. }
  265. .ui.tabular.menu .item {
  266. color: #c9d1d9;
  267. }
  268. .ui.tabular.menu .active.item {
  269. background: none #0d1117;
  270. border-color: transparent;
  271. color: #c9d1d9;
  272. }
  273. .ui .text.black {
  274. color: #c9d1d9;
  275. }
  276. .ui .text.black:hover {
  277. color: #c9d1d9;
  278. }
  279. .ui.segment {
  280. background: #161b22;
  281. border: 1px solid #28313d;
  282. }
  283. .ui.input input {
  284. background: #161b22 !important;
  285. border: none !important;
  286. color: #c9d1d9 !important;
  287. }
  288. .ui.input input:focus {
  289. background: #222831 !important;
  290. color: #c9d1d9 !important;
  291. }
  292. .ui.black.button,
  293. .ui.black.buttons .button {
  294. background: #161b22 !important;
  295. color: #c9d1d9 !important;
  296. }
  297. .ui.basic.button:hover,
  298. .ui.basic.buttons .button:hover {
  299. background: #c9d1d9 !important;
  300. }
  301. .ui.basic.label {
  302. background: none #c9d1d9;
  303. }
  304. span.ui.basic.yellow.label {
  305. background-color: transparent !important;
  306. }
  307. .ui.dropdown .menu {
  308. background: #c9d1d9;
  309. }
  310. .reference.column .text.black {
  311. color: #0d1117;
  312. }
  313. .ui.table {
  314. background: #161b22;
  315. border: 1px solid #30363d;
  316. color: #c9d1d9;
  317. }
  318. .ui.table thead th {
  319. background: #c9d1d9;
  320. color: #0d1117;
  321. }
  322. .repository.file.list #repo-files-table tr:hover {
  323. background-color: #222831;
  324. }
  325. .ui.breadcrumb a {
  326. color: #58a6ff;
  327. }
  328. .ui.breadcrumb a:hover {
  329. color: #58a6ff;
  330. opacity: 0.6;
  331. }
  332. .ui.basic.blue.button,
  333. .ui.basic.blue.buttons .button {
  334. box-shadow: 0 0 0 1px #58a6ff inset !important;
  335. color: #58a6ff !important;
  336. }
  337. .ui.basic.blue.button:hover,
  338. .ui.basic.blue.buttons .button:hover {
  339. color: #58a6ff !important;
  340. opacity: 0.6;
  341. }
  342. .ui.basic.orange.label {
  343. background: none !important;
  344. border-color: #f2711c !important;
  345. color: #f2711c !important;
  346. }
  347. .ui .text.grey a:hover {
  348. color: #fff !important;
  349. }
  350. .ui .text.grey a {
  351. color: #fff !important;
  352. }
  353. .ui.button {
  354. background-color: #0000001a;
  355. color: #999;
  356. }
  357. .ui.button:hover {
  358. background-color: #0000004a;
  359. }
  360. .ui.top.attached .ui.button {
  361. margin-right: 0;
  362. }
  363. .CodeMirror {
  364. background: #0d1117;
  365. border: 1px solid #30363d;
  366. color: #c9d1d9;
  367. }
  368. .ui.form textarea,
  369. .repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input input {
  370. background-color: #161b22 !important;
  371. color: #b4b7b4 !important;
  372. }
  373. .ui.menu .item>.label {
  374. color: #0d1117;
  375. }
  376. .ui.tabular.menu .item:hover {
  377. color: #c9d1d9;
  378. opacity: 0.6;
  379. }
  380. .ui.breadcrumb .divider {
  381. color: #c9d1d9;
  382. }
  383. .three.wide.text.grey.right.age .time-since.poping.up {
  384. color: #0d1117;
  385. }
  386. .ui.attached.header {
  387. background: #c9d1d9;
  388. }
  389. .ui.top.attached.header {
  390. background: #c9d1d9;
  391. color: #161b22;
  392. }
  393. .ui .warning.header {
  394. background-color: #de935f !important;
  395. border-color: #de935f !important;
  396. }
  397. .ui.attached.table {
  398. border: transparent;
  399. }
  400. .markdown:not(code) .highlight pre,
  401. .markdown:not(code) pre {
  402. background-color: #0d1117;
  403. }
  404. .hljs {
  405. color: #c9d1d9 !important;
  406. }
  407. .hljs-built_in,
  408. .hljs-builtin-name {
  409. color: #58a6ff !important;
  410. }
  411. .hljs-comment,
  412. .hljs-quote {
  413. color: #969896 !important;
  414. opacity: 0.7;
  415. }
  416. .hljs-keyword,
  417. .hljs-selector-tag,
  418. .hljs-subst {
  419. color: #c9d1d9 !important;
  420. }
  421. .hljs-tag,
  422. .hljs-name,
  423. .hljs-attribute {
  424. color: #58a6ff !important;
  425. }
  426. .hljs-number,
  427. .hljs-literal,
  428. .hljs-variable,
  429. .hljs-template-variable,
  430. .hljs-tag .hljs-attr {
  431. color: #a3e5ff !important;
  432. }
  433. .hljs-string,
  434. .hljs-doctag {
  435. color: #7ee787 !important;
  436. }
  437. .markdown:not(code) h1,
  438. .markdown:not(code) h2,
  439. .markdown:not(code) h3,
  440. .markdown:not(code) h4,
  441. .markdown:not(code) h5,
  442. .markdown:not(code) h6 {
  443. border-bottom: 1px solid #21262d;
  444. }
  445. .markdown:not(code) h1 code,
  446. .markdown:not(code) h2 code,
  447. .markdown:not(code) h3 code,
  448. .markdown:not(code) h4 code,
  449. .markdown:not(code) h5 code,
  450. .markdown:not(code) h6 code {
  451. padding-bottom: 0;
  452. }
  453. .markdown:not(code) h1 code:before,
  454. .markdown:not(code) h2 code:before,
  455. .markdown:not(code) h3 code:before,
  456. .markdown:not(code) h4 code:before,
  457. .markdown:not(code) h5 code:before,
  458. .markdown:not(code) h6 code:before,
  459. .markdown:not(code) h1 code:after,
  460. .markdown:not(code) h2 code:after,
  461. .markdown:not(code) h3 code:after,
  462. .markdown:not(code) h4 code:after,
  463. .markdown:not(code) h5 code:after,
  464. .markdown:not(code) h6 code:after {
  465. display: none;
  466. }
  467. .ui.basic.small.button {
  468. background: #161b22 !important;
  469. }
  470. .linenums>li {
  471. background-color: #161b22;
  472. }
  473. .lines-num>span {
  474. background: #161b22;
  475. }
  476. .ui.blue.button:hover,
  477. .ui.blue.buttons .button:hover {
  478. background-color: #58a6ff;
  479. opacity: 0.6;
  480. }
  481. .repository .diff-file-box .code-diff tbody tr.add-code td {
  482. background-color: rgba(181, 189, 104, 0.1) !important;
  483. }
  484. .ui .info.segment.top {
  485. background-color: #161b22 !important;
  486. }
  487. .tag-code.nl-0.ol-0>.lines-code>pre>code {
  488. color: #fff !important;
  489. }
  490. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  491. .tag-code {
  492. background-color: #31363b !important;
  493. }
  494. .repository .diff-file-box .code-diff tbody tr .removed-code {
  495. background-color: #723b3b;
  496. color: #fff;
  497. }
  498. .repository .diff-file-box .code-diff tbody tr .added-code {
  499. background-color: #148414;
  500. color: #fff;
  501. }
  502. .hljs-title,
  503. .hljs-section,
  504. .hljs-selector-id {
  505. color: #7ee787 !important;
  506. }
  507. .ui.checkbox label,
  508. .ui.checkbox+label {
  509. color: #c9d1d9;
  510. }
  511. .ui.checkbox input:focus~label {
  512. color: #c9d1d9 !important;
  513. }
  514. .ui.red.button,
  515. .ui.red.buttons .button {
  516. background-color: #da3633;
  517. }
  518. .ui.green.button:hover,
  519. .ui.green.buttons .button:hover {
  520. background-color: #238636;
  521. opacity: 0.6;
  522. }
  523. .ui.blue.button,
  524. .ui.blue.buttons .button {
  525. background-color: #1f6feb !important;
  526. }
  527. #repo-clone-https,
  528. #repo-clone-https:hover {
  529. background-color: #21262d !important;
  530. box-shadow: 0 0 0 1px #3c3c3c inset !important;
  531. color: #fff !important;
  532. }
  533. .ui.basic.label {
  534. background-color: #282e38 !important;
  535. border-color: #343434;
  536. color: #c9d1d9;
  537. }
  538. .ui.basic.button {
  539. background-color: #21262d !important;
  540. }
  541. .repository .diff-file-box .code-diff tbody tr.del-code td {
  542. background-color: rgba(204, 102, 102, 0.1) !important;
  543. }
  544. .ui.secondary.pointing.menu a.item:hover {
  545. background-color: #161b22;
  546. color: #c9d1d9 !important;
  547. }
  548. .markdown:not(code) table tr {
  549. background-color: #0d1117;
  550. }
  551. .markdown:not(code) table tr:nth-child(2n) {
  552. background-color: #161b22;
  553. }
  554. .markdown:not(code) table th,
  555. .markdown:not(code) table td {
  556. border: none !important;
  557. }
  558. .markdown:not(code) blockquote {
  559. background-color: #5454541a;
  560. border-left: 4px solid #5a5a5a;
  561. color: #b4b7b4 !important;
  562. }
  563. .markdown:not(code) code,
  564. .markdown:not(code) tt {
  565. background-color: #161b22;
  566. }
  567. /* Issues */
  568. .ui.basic.green.active.button,
  569. .ui.basic.green.buttons .active.button {
  570. box-shadow: 0 0 0 1px #7ee787 inset !important;
  571. color: #7ee787 !important;
  572. }
  573. .ui.basic.button:hover,
  574. .ui.basic.buttons .button:hover {
  575. background: #161b22 !important;
  576. color: #c9d1d9 !important;
  577. }
  578. .ui.basic.red.active.button,
  579. .ui.basic.red.buttons .active.button {
  580. box-shadow: 0 0 0 1px #da3633 inset !important;
  581. color: #da3633 !important;
  582. }
  583. .ui.compact.small.menu {
  584. background: #161b22 !important;
  585. }
  586. .issue.list>.item .title {
  587. color: #c9d1d9;
  588. }
  589. .ui.black.label,
  590. .ui.black.labels .label {
  591. background-color: #161b22 !important;
  592. color: #c9d1d9;
  593. }
  594. .issue.list>.item .desc {
  595. color: #c9d1d9;
  596. opacity: 0.6;
  597. }
  598. .issue.list>.item .title:hover {
  599. color: #c9d1d9;
  600. opacity: 0.6;
  601. }
  602. .repository.view.issue .comment-list .comment .content .header {
  603. background-color: #c9d1d9;
  604. }
  605. .ui .text.grey a {
  606. color: #b4b4b4 !important;
  607. }
  608. .ui.attached.segment {
  609. border: 1px solid #30363d;
  610. }
  611. .ui.warning.message {
  612. background-color: #c9d1d9;
  613. }
  614. .ui.green.label,
  615. .ui.green.labels .label {
  616. background-color: #238636 !important;
  617. border-color: #238636 !important;
  618. color: #fff !important;
  619. }
  620. .ui.green.button,
  621. .ui.green.buttons .button {
  622. background-color: #238636 !important;
  623. color: #fff !important;
  624. }
  625. .ui.basic.red.button,
  626. .ui.basic.red.buttons .button {
  627. box-shadow: 0 0 0 1px #da3633 inset !important;
  628. color: #da3633 !important;
  629. }
  630. .ui.basic.green.button,
  631. .ui.basic.green.buttons .button {
  632. box-shadow: none !important;
  633. color: #fff !important;
  634. }
  635. .ui.red.label,
  636. .ui.red.labels .label {
  637. background-color: #da3633 !important;
  638. border-color: inherit !important;
  639. }
  640. .ui.form textarea {
  641. background: #010409 !important;
  642. }
  643. .ui.basic.green.button:hover,
  644. .ui.basic.green.buttons .button:hover {
  645. box-shadow: 0 0 0 1px #7ee787 inset !important;
  646. color: #7ee787 !important;
  647. }
  648. .ui.tabular.menu {
  649. border-bottom: 1px solid #21262d;
  650. }
  651. .repository.new.issue .comment.form .content:before,
  652. .repository.new.issue .comment.form .content:after {
  653. border-right-color: #161b22;
  654. }
  655. .repository.view.issue .comment-list .comment .content .header:before,
  656. .repository.view.issue .comment-list .comment .content .header:after {
  657. border-right-color: #21262d;
  658. }
  659. .repository .comment.form .content .form:before,
  660. .repository .comment.form .content .form:after {
  661. border-right-color: #161b22;
  662. }
  663. .repository.view.issue .comment-list:before {
  664. background-color: #28313d;
  665. }
  666. .ui.comments .comment .actions a {
  667. color: #c9d1d9;
  668. }
  669. .ui.comments .comment .actions a.active,
  670. .ui.comments .comment .actions a:hover {
  671. color: #c9d1d9;
  672. opacity: 0.6;
  673. }
  674. /* Pull requests */
  675. .ui.header .sub.header {
  676. color: #c9d1d9 !important;
  677. }
  678. .editor-toolbar a {
  679. color: #58a6ff !important;
  680. }
  681. /* Wiki */
  682. .repository.wiki.view .markdown {
  683. background: #161b22;
  684. border-radius: 15px;
  685. margin-left: 0px;
  686. padding: 25px;
  687. }
  688. /* Profile drop down */
  689. .ui.menu .dropdown.item .menu {
  690. background: #c9d1d9;
  691. }
  692. .ui.menu .ui.dropdown .menu>.item:hover,
  693. .ui.menu .ui.dropdown .menu>.selected.item {
  694. background: #b4b7b4;
  695. border-radius: 0;
  696. opacity: 1;
  697. }
  698. .ui.menu .ui.dropdown .menu>.item:first-child:hover,
  699. .ui.menu .ui.dropdown .menu>.selected.item:first-child {
  700. border-radius: .28571429rem .28571429rem 0 0;
  701. }
  702. .ui.menu .ui.dropdown .menu>.item:last-child:hover,
  703. .ui.menu .ui.dropdown .menu>.selected.item:last-child {
  704. border-radius: 0 0 .28571429rem .28571429rem;
  705. }
  706. /* Profile */
  707. .ui.card,
  708. .ui.cards>.card {
  709. background: #161b22;
  710. box-shadow: none;
  711. }
  712. .ui.card>.extra a:not(.ui),
  713. .ui.cards>.card>.extra a:not(.ui) {
  714. color: #58a6ff;
  715. }
  716. .ui.card>.extra,
  717. .ui.cards>.card>.extra {
  718. border-top: 1px solid #161b22 !important;
  719. }
  720. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  721. border-bottom: 1px solid #161b22 !important;
  722. }
  723. .ui.secondary.pointing.menu .active.item {
  724. color: #c9d1d9;
  725. }
  726. /* Settings */
  727. .ui.form .field>label {
  728. color: #c9d1d9;
  729. }
  730. #website {
  731. background: #010409 !important;
  732. color: #c9d1d9;
  733. }
  734. .inline.box.field>label {
  735. color: #c9d1d9 !important;
  736. }
  737. .inline.box.field>input {
  738. background: #161b22;
  739. color: #c9d1d9;
  740. }
  741. #old_password,
  742. #password,
  743. #retype,
  744. #email,
  745. #description {
  746. background: #010409 !important;
  747. color: #c9d1d9;
  748. }
  749. label[for=org_name] {
  750. color: #c9d1d9 !important;
  751. }
  752. .ui.red.message {
  753. color: #da3633;
  754. }
  755. .ui.very.basic.striped.table>thead>tr>th {
  756. color: #c9d1d9;
  757. }
  758. .ui.form .inline.field>label,
  759. .ui.form .inline.field>p,
  760. .ui.form .inline.fields .field>label,
  761. .ui.form .inline.fields .field>p,
  762. .ui.form .inline.fields>label {
  763. color: #c9d1d9;
  764. }
  765. .ui.very.basic.select.selectable.table>thead>tr>th {
  766. color: #c9d1d9;
  767. }
  768. .ui.teal.button,
  769. .ui.teal.buttons .button {
  770. background-color: #8abeb7;
  771. }
  772. .ui.form input[type=file],
  773. .ui.form input[type=number],
  774. .ui.form input[type=url],
  775. .ui.form input[type=password] {
  776. background: #222831;
  777. color: #c9d1d9;
  778. }
  779. .ui.selection.dropdown {
  780. background: #010409 !important;
  781. color: #c9d1d9;
  782. }
  783. .organization.members .list .item {
  784. border-bottom: 1px solid #161b22 !important;
  785. }
  786. .settings .hook.list>.item:not(:first-child) {
  787. border-top: 1px solid #161b22 !important;
  788. }
  789. .settings .key.list .item:not(:first-child) {
  790. border-top: 1px solid #161b22 !important;
  791. }
  792. /* Commit */
  793. .repository .diff-box .file {
  794. color: #969896;
  795. }
  796. .ui.blue.button,
  797. .ui.blue.buttons .button {
  798. background-color: #58a6ff;
  799. color: #fff !important;
  800. }
  801. .ui.basic.grey.button,
  802. .ui.basic.grey.buttons .button {
  803. color: #161b22 !important;
  804. }
  805. .added-code {
  806. background-color: #7ee787;
  807. color: #fff;
  808. }
  809. .removed-code {
  810. background-color: #da3633;
  811. color: #0d1117;
  812. }
  813. .ui.blue.label,
  814. .ui.blue.labels .label {
  815. background-color: #1f6feb !important;
  816. color: #fff !important;
  817. }
  818. .repository .diff-file-box .file-body.file-code .lines-num {
  819. background: none;
  820. }
  821. .hljs-meta {
  822. color: #959595 !important;
  823. }
  824. /* Messages */
  825. .ui.positive.message {
  826. background-color: transparent;
  827. background-image: linear-gradient(rgba(56, 139, 253, 0.15), rgba(56, 139, 253, 0.15));
  828. color: #c9d1d9;
  829. }
  830. .ui.attached.positive.message,
  831. .ui.positive.message {
  832. -webkit-box-shadow: 0 0 0 1px rgba(56, 139, 253, 0.4) inset, 0 0 0 0 transparent;
  833. box-shadow: 0 0 0 1px rgba(56, 139, 253, 0.4) inset, 0 0 0 0 transparent;
  834. }
  835. .ui.warning.message {
  836. background-color: transparent;
  837. background-image: linear-gradient(rgba(187, 128, 9, 0.15), rgba(187, 128, 9, 0.15));
  838. color: #c9d1d9;
  839. }
  840. .ui.attached.warning.message,
  841. .ui.warning.message {
  842. -webkit-box-shadow: 0 0 0 1px rgba(187, 128, 9, 0.4) inset, 0 0 0 0 transparent;
  843. box-shadow: 0 0 0 1px rgba(187, 128, 9, 0.4) inset, 0 0 0 0 transparent;
  844. }
  845. /* Modal dialogs */
  846. .ui.modal,
  847. .ui.modal>.header,
  848. .ui.modal>.content {
  849. background: #0d1117;
  850. }
  851. .ui.modal>.header {
  852. color: #c9d1d9;
  853. }
  854. /* Else */
  855. .ui.danger .item h5 {
  856. margin-bottom: 0;
  857. }
  858. .ui.danger .item p {
  859. font-size: 0.8em;
  860. }
  861. .ui.danger .item .ui.right {
  862. margin-left: 15px;
  863. }
  864. .ui.basic.button:active,
  865. .ui.basic.buttons .button:active,
  866. .ui.basic.button:focus,
  867. .ui.basic.buttons .button:focus {
  868. background: #21262d !important;
  869. color: #fff !important;
  870. }
  871. .markdown:not(code) h1 .octicon-link,
  872. .markdown:not(code) h2 .octicon-link,
  873. .markdown:not(code) h3 .octicon-link,
  874. .markdown:not(code) h4 .octicon-link,
  875. .markdown:not(code) h5 .octicon-link,
  876. .markdown:not(code) h6 .octicon-link {
  877. color: #fff;
  878. }
  879. .editor-toolbar {
  880. border-left: 1px solid #30363d;
  881. border-right: 1px solid #30363d;
  882. border-top: 1px solid #30363d;
  883. }
  884. .CodeMirror-cursor {
  885. border-left: 1px solid #fff;
  886. }
  887. .user.settings .email.list .item:not(:first-child) {
  888. border-top: 1px solid rgba(224, 224, 224, 0.6);
  889. }
  890. .ui.selection.visible.dropdown>.text:not(.default) {
  891. color: #c9d1d9;
  892. }
  893. .ui.selection.dropdown .menu {
  894. min-width: calc(100% + 1px) !important;
  895. width: calc(100% + 1px) !important;
  896. }
  897. .ui.selection.dropdown .menu>.item {
  898. border-top: none;
  899. }
  900. .ui.selection.active.dropdown {
  901. border-color: #363f55 !important;
  902. }
  903. .ui.selection.active.dropdown .menu {
  904. border-color: #363f55 !important;
  905. }
  906. .repository.release #release-list {
  907. border-top: 1px solid #21262d;
  908. }
  909. .ui.menu .item.disabled,
  910. .ui.menu .item.disabled:hover {
  911. color: #4a4f55 !important;
  912. }
  913. .ui.table tr td {
  914. border-top: 1px solid rgb(50, 56, 62);
  915. }
  916. .repository .diff-file-box .file-body.file-code .lines-num-old,
  917. .repository .diff-file-box .code-diff .lines-num {
  918. border-right: 1px solid #4b4b4b;
  919. }
  920. .repository .diff-file-box .code-diff tbody tr.tag-code td {
  921. border-color: #4b4b4b !important;
  922. }
  923. .repository .diff-file-box .code-diff tbody tr.del-code td {
  924. border-color: #6d3030 !important;
  925. }
  926. .repository .diff-file-box .code-diff tbody tr.add-code td {
  927. border-color: #4f6d30 !important;
  928. }
  929. .ui.button:last-child {
  930. margin-right: 0;
  931. }
  932. .item:last-child .ui.label {
  933. margin-right: 0 !important;
  934. }
  935. #file-content {
  936. padding: 0 1px;
  937. }
  938. .ui.label {
  939. background-color: #454a57;
  940. color: #d7d7d7;
  941. }