Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 4d2567d

Browse files
committed
commit view
1 parent 505a5d3 commit 4d2567d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

gogsBase16.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ hr {
212212

213213
.ui.basic.blue.button, .ui.basic.blue.buttons .button {
214214
color: #81a2be !important;
215+
box-shadow: 0 0 0 1px #81a2be inset !important;
215216
}
216217

217218
.ui.basic.blue.button:hover, .ui.basic.blue.buttons .button:hover {
@@ -308,6 +309,44 @@ hr {
308309
background: #373b41;
309310
}
310311

312+
.ui.blue.button:hover, .ui.blue.buttons .button:hover {
313+
background-color: #81a2be;
314+
opacity: 0.6;
315+
}
316+
317+
.repository .diff-file-box .code-diff tbody tr.add-code td {
318+
background-color: rgba(181, 189, 104, 0.1) !important;
319+
opacity: 0.6;
320+
}
321+
322+
.ui .info.segment.top {
323+
background-color: #282a2e !important;
324+
}
325+
326+
.tag-code.nl-0.ol-0 > .lines-code > pre > code {
327+
color: #1d1f21 !important;
328+
}
329+
330+
.hljs-title, .hljs-section, .hljs-selector-id {
331+
color: #cc6666 !important;
332+
}
333+
334+
.ui.checkbox label, .ui.checkbox+label {
335+
color: #e0e0e0;
336+
}
337+
338+
.ui.red.button, .ui.red.buttons .button {
339+
background-color: #cc6666;
340+
}
341+
342+
.ui.green.button:hover, .ui.green.buttons .button:hover {
343+
background-color: #cc6666;
344+
opacity: 0.6;
345+
}
346+
347+
.repository .diff-file-box .code-diff tbody tr.del-code td {
348+
background-color: rgba(204, 102, 102, 0.1) !important;
349+
}
311350
/* Issues */
312351

313352
.ui.basic.green.active.button, .ui.basic.green.buttons .active.button {

0 commit comments

Comments
 (0)