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

Commit 6264316

Browse files
Maxi QuoßMaxi Quoß
authored andcommitted
readme styling and issues styling
1 parent 31c5031 commit 6264316

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

gogsBase16.css

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ footer {
1515
border-top: 1px solid #373b41;
1616
}
1717

18+
footer .container .fa {
19+
color: #81a2be;
20+
}
21+
1822
a {
1923
color: #81a2be;
2024
}
@@ -24,6 +28,10 @@ a:hover {
2428
opacity: 0.6;
2529
}
2630

31+
hr {
32+
background-color: #e0e0e0 !important;
33+
}
34+
2735
/* Navigation */
2836

2937
.following.bar.light {
@@ -229,3 +237,94 @@ a:hover {
229237
color: #e0e0e0;
230238
opacity: 0.6;
231239
}
240+
241+
.ui.breadcrumb .divider {
242+
color: #e0e0e0;
243+
}
244+
245+
.ui.table thead th {
246+
color: #1d1f21;
247+
}
248+
249+
.three.wide.text.grey.right.age .time-since.poping.up {
250+
color: #1d1f21;
251+
}
252+
253+
.ui.attached.header {
254+
background: #e0e0e0;
255+
}
256+
257+
.ui.top.attached.header {
258+
background: #e0e0e0;
259+
color: #282a2e;
260+
}
261+
262+
.ui.attached.table {
263+
border: transparent;
264+
}
265+
266+
.markdown:not(code) .highlight pre, .markdown:not(code) pre {
267+
background-color: #1d1f21;
268+
}
269+
270+
.hljs {
271+
color: #e0e0e0 !important;
272+
}
273+
274+
.hljs-built_in, .hljs-builtin-name {
275+
color: #81a2be !important;
276+
}
277+
278+
.hljs-comment, .hljs-quote {
279+
color: #969896 !important;
280+
opacity: 0.7;
281+
}
282+
283+
.markdown:not(code) h1,
284+
.markdown:not(code) h2,
285+
.markdown:not(code) h3,
286+
.markdown:not(code) h4,
287+
.markdown:not(code) h5,
288+
.markdown:not(code) h6 {
289+
border-bottom: 1px solid rgba(224, 224, 224, 0.6);
290+
}
291+
292+
/* Issues */
293+
294+
.ui.basic.green.active.button, .ui.basic.green.buttons .active.button {
295+
box-shadow: 0 0 0 1px #b5bd68 inset !important;
296+
color: #b5bd68 !important;
297+
}
298+
299+
.ui.basic.button:hover, .ui.basic.buttons .button:hover {
300+
background: #282a2e !important;
301+
color: #e0e0e0 !important;
302+
}
303+
304+
.ui.basic.red.active.button, .ui.basic.red.buttons .active.button {
305+
box-shadow: 0 0 0 1px #cc6666 inset !important;
306+
color: #cc6666 !important;
307+
}
308+
309+
.ui.compact.small.menu {
310+
background: #282a2e !important;
311+
}
312+
313+
.issue.list>.item .title {
314+
color: #e0e0e0;
315+
}
316+
317+
.ui.black.label, .ui.black.labels .label {
318+
color: #e0e0e0;
319+
background-color: #282a2e !important;
320+
}
321+
322+
.issue.list>.item .desc {
323+
color: #e0e0e0;
324+
opacity: 0.6;
325+
}
326+
327+
.issue.list>.item .title:hover {
328+
color: #e0e0e0;
329+
opacity: 0.6;
330+
}

0 commit comments

Comments
 (0)