aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-24 18:24:43 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-24 18:24:43 -0500
commite9ce23b2b9898a91b1d246a5ab7c3f7571603260 (patch)
tree3b45faa34a5bc57edf5aa6303530b0b20618675f
parent0c8ea9d6edde5f8581873f6d7b59589964197fd5 (diff)
downloadgitea-templates-e9ce23b2b9898a91b1d246a5ab7c3f7571603260.tar.gz
gitea-templates-e9ce23b2b9898a91b1d246a5ab7c3f7571603260.tar.bz2
gitea-templates-e9ce23b2b9898a91b1d246a5ab7c3f7571603260.zip
public/css/override: Override user profile
Hide icons and underline links
-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 5441b86..a6be72e 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -97,3 +97,11 @@ a, .ui.breadcrumb a { color: #0366d6; }
* Pagination
*/
.pagination { border: none !important; }
+
+
+/*
+ * User Profile
+ */
+.user.profile .ui.secondary.stackable.pointing.menu { justify-content: center; }
+.user.profile .ui.secondary.stackable.pointing.menu a { text-decoration: underline; }
+.user.profile .ui.secondary.stackable.pointing.menu i { display: none; }