aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 01:39:58 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 01:41:11 -0500
commitace114e82833b55e204a3fdf8eca528cc9712d4d (patch)
treec739a1a9b3991226d925122dc588550ba2cd299d /public
downloadgitea-templates-ace114e82833b55e204a3fdf8eca528cc9712d4d.tar.gz
gitea-templates-ace114e82833b55e204a3fdf8eca528cc9712d4d.tar.bz2
gitea-templates-ace114e82833b55e204a3fdf8eca528cc9712d4d.zip
templates: Base commit
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css27
-rw-r--r--public/img/favicon.icobin0 -> 15086 bytes
-rw-r--r--public/img/favicon.pngbin0 -> 212 bytes
3 files changed, 27 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
new file mode 100644
index 0000000..1109eb3
--- /dev/null
+++ b/public/css/override.css
@@ -0,0 +1,27 @@
+/*
+ * Hide specific octicons
+ */
+.octicon-code, .octicon-issue-opened, .octicon-git-pull-request,
+.octicon-tag, .octicon-book, .octicon-pulse, .octicon-tools,
+.octicon-sign-in, .item .octicon-repo, .item .octicon-person,
+.item .octicon-organization, .mega-octicon, .repo-buttons { display: none !important; }
+
+/*
+ * Override font stack
+ */
+*:not(i):not(.octicon):not(.mono):not(pre):not(code):not(span):not(li) { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,
+ Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important; }
+
+/*
+ * Override repo header names font weight
+ */
+.ui.list .list>.item .header, .ui.list>.item .header { font-weight: 400 !important }
+
+/*
+ * Override explore repos header names font weight
+ */
+.ui.secondary.pointing.menu .active.item { font-weight: 400 !important }
+
+
+.repository .repo-header .fork-flag { display: inline-block; margin-left: 0.5rem; background-color: #e6eff7; border-radius: 0.5rem; padding: 0 1rem; }
+.ui.breadcrumb .divider { margin: 0 }
diff --git a/public/img/favicon.ico b/public/img/favicon.ico
new file mode 100644
index 0000000..d0bb4bc
--- /dev/null
+++ b/public/img/favicon.ico
Binary files differ
diff --git a/public/img/favicon.png b/public/img/favicon.png
new file mode 100644
index 0000000..0f470e4
--- /dev/null
+++ b/public/img/favicon.png
Binary files differ