aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 14:38:53 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 14:38:53 -0500
commitea8d28750bea06c503ecc9286796d65860a398e3 (patch)
tree3dce5d25ae67648f4cb9e19e30e0d2fe97a8a567 /public
parent39d58d361438f192b7d3ca731db2ccc5f0293035 (diff)
downloadgitea-templates-ea8d28750bea06c503ecc9286796d65860a398e3.tar.gz
gitea-templates-ea8d28750bea06c503ecc9286796d65860a398e3.tar.bz2
gitea-templates-ea8d28750bea06c503ecc9286796d65860a398e3.zip
public/css/override: Basic reset
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 7377123..6bc5792 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -1,4 +1,12 @@
/*
+ * Reset
+ */
+a, .ui.breadcrumb a { color: #0366d6; }
+#repo-files-table .message a, .repository.file.list #repo-files-table .jumpable-path { color: #586069; }
+
+@media only screen and (min-width: 1200px) { .ui.container { width: 1024px; } }
+
+/*
* Hide specific octicons
*/
.octicon-code, .octicon-issue-opened, .octicon-git-pull-request,