From 62bdd566c4cba34e94afe3260d024b15fa814ec5 Mon Sep 17 00:00:00 2001 From: Florian Schmid Date: Sat, 29 Jul 2023 21:24:31 +0200 Subject: [PATCH] Add Gitea --- css/brands.css | 12 ++++++++++++ images/icons/gitea.svg | 12 ++++++++++++ index.html | 5 ++++- 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 images/icons/gitea.svg diff --git a/css/brands.css b/css/brands.css index 0903dd3d..2901363b 100644 --- a/css/brands.css +++ b/css/brands.css @@ -357,6 +357,18 @@ button:hover, filter: brightness(90%); } +/* Gitea */ +.button.button-gitea { + color: #000000; + background-color: #FFFFFF; + border: 1px solid #212121; +} +.button.button-gitea:hover, +.button.button-gitea:focus { + filter: brightness(90%); +} + + /* GitHub */ .button.button-github { color: #ffffff; diff --git a/images/icons/gitea.svg b/images/icons/gitea.svg new file mode 100644 index 00000000..afa9133b --- /dev/null +++ b/images/icons/gitea.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index d04431d6..ebb3ca78 100644 --- a/index.html +++ b/index.html @@ -174,7 +174,10 @@ Flickr
- + + + Gitea
+ GitHub