summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-10-24 03:36:47 -0400
committerUnknwon <u@gogs.io>2015-10-24 03:36:47 -0400
commit0fbb8c8826771e92e890fb1c72b356d3e62c7b01 (patch)
tree2695707e4789a6611fa35393b06631848657469a /public/css
parente0aab4a7f6c1f1b5cc7fa40e2c09623b635bc4a6 (diff)
downloadgitea-0fbb8c8826771e92e890fb1c72b356d3e62c7b01.tar.gz
gitea-0fbb8c8826771e92e890fb1c72b356d3e62c7b01.zip
New push to head repo of head branch: regenerate patch and retest apply
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 205509a269..45223cb414 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -824,6 +824,9 @@ pre.raw {
.ui .text.purple {
color: #6e5494!important;
}
+.ui .text.yellow {
+ color: #FBBD08!important;
+}
.ui .text.left {
text-align: left!important;
}
@@ -1412,7 +1415,7 @@ footer .container .links > *:first-child {
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
- box-shadow: inset 0 -1px 0 #bbbbbb;
+ box-shadow: inset 0 -1px 0 #bbb;
}
.markdown .csv-data td,
.markdown .csv-data th {